GET /api/bet_types/639d205f-1783-403c-bcda-d099c43f165c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "639d205f-1783-403c-bcda-d099c43f165c",
    "match": "https://api-prod.gambitprofit.com/api/matches/447cb1d0-cb6c-40f7-868d-8cf4498240d0/?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": 6114.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4852b56-af5f-41f0-ba5a-44c185f80c1d",
            "gambit_id": "11682962-c0d0-4260-8306-8b54b3276686",
            "last_updated": "2022-11-14T11:28:17.220900-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/639d205f-1783-403c-bcda-d099c43f165c/?format=api"
        },
        {
            "id": "f1c69d91-8544-42a2-bb77-8f038ba340cf",
            "gambit_id": "db2d9df6-b40d-4e3e-95a4-9f9746d99260",
            "last_updated": "2022-11-14T11:28:17.219763-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/639d205f-1783-403c-bcda-d099c43f165c/?format=api"
        }
    ]
}