GET /api/bet_types/432da5fa-a595-49a0-9f84-619cfcf57362/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "432da5fa-a595-49a0-9f84-619cfcf57362",
    "match": "https://api-prod.gambitprofit.com/api/matches/73038dd3-8b64-4458-a86d-3a754fe09626/?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": "PIT (T Beede)",
                "amount": 5759.0
            },
            {
                "team": "CIN (J Dunn)",
                "amount": 4241.0
            }
        ],
        "expected_reward_tokens": 9329.58,
        "profit_sb": 329.58,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "19575e8d-df92-4c02-847d-c150bb97ac6a",
            "gambit_id": "b97de9ef-ae02-4d42-ba1d-7f3863f5b7b8",
            "last_updated": "2022-08-21T12:52:07.776539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (T Beede)",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/432da5fa-a595-49a0-9f84-619cfcf57362/?format=api"
        },
        {
            "id": "f8590f8d-f107-4c0b-904d-6fcd67bd5cb1",
            "gambit_id": "80e91d0d-acad-4548-8fb2-1a325e402da6",
            "last_updated": "2022-08-21T12:52:07.776924-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (J Dunn)",
            "reward": "2.20000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/432da5fa-a595-49a0-9f84-619cfcf57362/?format=api"
        }
    ]
}