GET /api/bet_types/dbca8aa6-f777-4c7e-9f7b-b757f1de3adc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbca8aa6-f777-4c7e-9f7b-b757f1de3adc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c58928-c11a-41ad-9eca-39c9f454967c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Washington",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Washington",
                "amount": 8975.0
            },
            {
                "team": "Kent State",
                "amount": 1025.0
            }
        ],
        "expected_reward_tokens": 9419.75,
        "profit_sb": 419.75,
        "profit_sb_percentage": 4.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a25ef2c-91b1-4169-9180-dcf9b5486d56",
            "gambit_id": "0a5103bd-7754-41cb-baf8-31a69647f29f",
            "last_updated": "2022-09-04T14:27:06.650102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbca8aa6-f777-4c7e-9f7b-b757f1de3adc/?format=api"
        },
        {
            "id": "b98e2e53-5a8a-4459-9007-5b62ebe84eb3",
            "gambit_id": "2d24a1d4-2ad4-48a5-bf32-c77329b1691b",
            "last_updated": "2022-09-04T14:27:06.651126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "9.19000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbca8aa6-f777-4c7e-9f7b-b757f1de3adc/?format=api"
        }
    ]
}