GET /api/bet_types/c42f5eb8-0c66-4310-a1db-c3398772866a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c42f5eb8-0c66-4310-a1db-c3398772866a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef6c3cd0-e5db-4269-b563-906371de1876/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Ohio State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 700.0,
        "profit_sb_percentage": 7.37,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Ohio State",
                "amount": 9418.0
            },
            {
                "team": "Michigan State",
                "amount": 582.0
            }
        ],
        "expected_reward_tokens": 9606.36,
        "profit_sb": 106.36,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "e90323dd-3a48-4942-9de8-b58fc8c6def7",
            "gambit_id": "b576eb7b-8c18-4612-8cf7-e91037f18b6f",
            "last_updated": "2022-10-09T18:27:13.789530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42f5eb8-0c66-4310-a1db-c3398772866a/?format=api"
        },
        {
            "id": "c9a1ae19-ca11-4e2a-a897-2ea66cf23986",
            "gambit_id": "c3c2e16d-3ff0-4cba-bea2-55fe425582c3",
            "last_updated": "2022-10-09T18:27:13.788360-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "16.52000",
            "odds": "17.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42f5eb8-0c66-4310-a1db-c3398772866a/?format=api"
        }
    ]
}