GET /api/bet_types/40737e7e-58c5-434f-8e4b-afd5a54f7f5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40737e7e-58c5-434f-8e4b-afd5a54f7f5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/47b729eb-4fb4-4192-aaa4-76e1fa6dc8b0/?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": "SMU",
                "amount": 7380.0
            },
            {
                "team": "North Texas",
                "amount": 2620.0
            }
        ],
        "expected_reward_tokens": 9298.8,
        "profit_sb": 298.8,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce7a4b59-1af1-4cff-9661-7737cd813dc8",
            "gambit_id": "3277778b-c79d-4711-b2af-52628102de5c",
            "last_updated": "2022-09-05T09:32:20.807690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.26000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40737e7e-58c5-434f-8e4b-afd5a54f7f5c/?format=api"
        },
        {
            "id": "5b3f1026-11d7-427a-b635-da3a441f2cd3",
            "gambit_id": "e6ac5676-af74-497a-a04f-067af9601f66",
            "last_updated": "2022-09-05T09:32:20.806700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "3.55000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40737e7e-58c5-434f-8e4b-afd5a54f7f5c/?format=api"
        }
    ]
}