GET /api/bet_types/3f2af33a-60ed-44d1-9c08-f798397aef99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f2af33a-60ed-44d1-9c08-f798397aef99",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a8c6b78-3b1d-4246-9cf5-06da46e0e24a/?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": "MIA (P Lopez)",
                "amount": 5227.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 4773.0
            }
        ],
        "expected_reward_tokens": 9355.08,
        "profit_sb": 355.08,
        "profit_sb_percentage": 3.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "f233f9dd-777d-4c0d-bacb-cb81b3f68019",
            "gambit_id": "e741df67-78f2-49dc-ae07-bb0291522a54",
            "last_updated": "2022-08-07T11:02:17.953332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2af33a-60ed-44d1-9c08-f798397aef99/?format=api"
        },
        {
            "id": "684f17f8-a772-40e2-9c6f-968224017f00",
            "gambit_id": "a609b85b-3aae-4019-8784-900b2f1ff228",
            "last_updated": "2022-08-07T11:02:17.952947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (D Smyly)",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f2af33a-60ed-44d1-9c08-f798397aef99/?format=api"
        }
    ]
}