GET /api/bet_types/b4fd485f-59cd-4bf8-ac06-da2522fd2460/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4fd485f-59cd-4bf8-ac06-da2522fd2460",
    "match": "https://api-prod.gambitprofit.com/api/matches/b37cfdbf-49d0-4e2c-a66a-b9809711e40f/?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": "Utah Jazz",
                "amount": 7440.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9523.2,
        "profit_sb": 23.2,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "75d20a49-b10e-467d-bc13-49a1bedbef3e",
            "gambit_id": "2462611b-5fb3-4930-a697-4e0040575ed5",
            "last_updated": "2022-10-27T11:47:02.505990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4fd485f-59cd-4bf8-ac06-da2522fd2460/?format=api"
        },
        {
            "id": "a38af989-9d90-4916-a92b-30243f0c99cc",
            "gambit_id": "4fea33b6-56cc-4515-bb73-a17a5776c2df",
            "last_updated": "2022-10-27T11:47:02.506953-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "3.72000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4fd485f-59cd-4bf8-ac06-da2522fd2460/?format=api"
        }
    ]
}