GET /api/bet_types/f39f915c-2efc-4060-9e4f-a31d9936965c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f39f915c-2efc-4060-9e4f-a31d9936965c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b7ea29e-2076-4aaf-8f69-168fa986358b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Florida State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida State",
                "amount": 8610.0
            },
            {
                "team": "Boston College",
                "amount": 1390.0
            }
        ],
        "expected_reward_tokens": 9382.5,
        "profit_sb": 382.5,
        "profit_sb_percentage": 4.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "13f6dbb3-a839-44ba-99de-dd12855cc201",
            "gambit_id": "82e48afa-05f4-4d2f-a870-9fa9c479cdab",
            "last_updated": "2022-09-25T21:27:24.565103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f39f915c-2efc-4060-9e4f-a31d9936965c/?format=api"
        },
        {
            "id": "827a4333-8ffa-4911-b7ec-1e3a4ec4c0a4",
            "gambit_id": "c7a1860a-8179-4898-85ae-fa02509436ea",
            "last_updated": "2022-09-25T21:27:24.566143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "6.75000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f39f915c-2efc-4060-9e4f-a31d9936965c/?format=api"
        }
    ]
}