GET /api/bet_types/0e929459-fc9b-4d2d-9790-16d17bcfd199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e929459-fc9b-4d2d-9790-16d17bcfd199",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc27ac92-e77c-4a87-9453-a4507424b7e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tulsa",
                "amount": 6769.0
            },
            {
                "team": "Wyoming",
                "amount": 3231.0
            }
        ],
        "expected_reward_tokens": 9272.97,
        "profit_sb": 272.97,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8d793a2-c893-409e-b2f9-540218aba523",
            "gambit_id": "793a4e69-6193-41b4-8781-d93cab504f08",
            "last_updated": "2022-09-05T09:52:23.986879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.37000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e929459-fc9b-4d2d-9790-16d17bcfd199/?format=api"
        },
        {
            "id": "54d8b2f6-f313-48bc-b1e8-0915cc77cd4f",
            "gambit_id": "63bcf563-65c1-4c0d-99f7-6d59c2e900cb",
            "last_updated": "2022-09-05T09:52:23.985757-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "2.87000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e929459-fc9b-4d2d-9790-16d17bcfd199/?format=api"
        }
    ]
}