GET /api/bet_types/53142de1-421c-4114-bae9-75c8cc6d98de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53142de1-421c-4114-bae9-75c8cc6d98de",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d7af1d8-015f-4cc3-933b-66a852534493/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:10.760262-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": "STL (J Flaherty)",
                "amount": 6182.0
            },
            {
                "team": "LAA (G Canning)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a5a27da-00a3-44e5-981a-572c012d06be",
            "gambit_id": "315b1d14-9c4e-4c8c-bd4f-2302ffba511b",
            "last_updated": "2023-05-05T11:47:09.768296-04:00",
            "created_at": "2023-05-04T10:52:10.761582-04:00",
            "name": "STL (J Flaherty)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53142de1-421c-4114-bae9-75c8cc6d98de/?format=api"
        },
        {
            "id": "ab3e7a48-ce6d-43d1-a5bc-116dbd7e9783",
            "gambit_id": "6cb036d2-c79b-4421-a01e-11d12de95ee2",
            "last_updated": "2023-05-05T11:47:09.770335-04:00",
            "created_at": "2023-05-04T10:52:10.763018-04:00",
            "name": "LAA (G Canning)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53142de1-421c-4114-bae9-75c8cc6d98de/?format=api"
        }
    ]
}