GET /api/bet_types/75d00a16-9542-4682-9765-97f5d4c2e4c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75d00a16-9542-4682-9765-97f5d4c2e4c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a712aaa4-713f-4c0c-80dc-2eab29166166/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:23.609546-04: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": "BOS (J Paxton)",
                "amount": 5888.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "b97fe783-5a48-4393-aab8-5459a6782e4f",
            "gambit_id": "2118089a-74ba-4831-b725-cf5449c7c8e9",
            "last_updated": "2023-08-18T10:13:06.013132-04:00",
            "created_at": "2023-08-16T10:23:23.613947-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75d00a16-9542-4682-9765-97f5d4c2e4c4/?format=api"
        },
        {
            "id": "e3b20c6e-ce86-4e1b-8131-62159c96d1cf",
            "gambit_id": "46c5deea-a937-49c2-8e07-69e3eeb5fab7",
            "last_updated": "2023-08-18T10:13:06.017039-04:00",
            "created_at": "2023-08-16T10:23:23.619162-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75d00a16-9542-4682-9765-97f5d4c2e4c4/?format=api"
        }
    ]
}