GET /api/bet_types/3f8d0abf-bb5f-4485-9532-5c8c857132bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f8d0abf-bb5f-4485-9532-5c8c857132bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ba915bc-dfcc-4321-a2f2-03256980ba8c/?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": "Virginia Tech",
                "amount": 6714.0
            },
            {
                "team": "Old Dominion",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": 265.32,
        "profit_sb_percentage": 2.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3be11bb-edca-47c6-8ace-07d420b85d51",
            "gambit_id": "60492baf-4ddd-4dfe-88fc-1f8c32ad7ccb",
            "last_updated": "2022-09-03T11:17:09.266449-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f8d0abf-bb5f-4485-9532-5c8c857132bf/?format=api"
        },
        {
            "id": "a19c880a-ef61-4ffa-902c-ba2c3f352d06",
            "gambit_id": "37753bed-a992-40d9-9b75-8b1df42698d9",
            "last_updated": "2022-09-03T11:17:09.266026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "2.82000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f8d0abf-bb5f-4485-9532-5c8c857132bf/?format=api"
        }
    ]
}