GET /api/bet_types/e43b9c4a-7051-41c2-bc53-ef312c274fd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e43b9c4a-7051-41c2-bc53-ef312c274fd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4cf289a-d51f-4065-9741-04b2acf313b4/?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": "STL (A Wainwright)",
                "amount": 5759.0
            },
            {
                "team": "ATL (J Odorizzi)",
                "amount": 4241.0
            }
        ],
        "expected_reward_tokens": 9329.58,
        "profit_sb": 329.58,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "886f0082-3409-4c45-a0c3-3dd11ae7ffe3",
            "gambit_id": "44708172-bf72-4a6c-8046-6c1770a48205",
            "last_updated": "2022-08-29T11:41:50.733412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (A Wainwright)",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e43b9c4a-7051-41c2-bc53-ef312c274fd8/?format=api"
        },
        {
            "id": "9bc0baab-dbc9-434f-8005-ff1bbf0ae5c3",
            "gambit_id": "82661520-f8b3-4a40-8176-abb4e45f460d",
            "last_updated": "2022-08-29T11:41:50.733897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "2.20000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e43b9c4a-7051-41c2-bc53-ef312c274fd8/?format=api"
        }
    ]
}