GET /api/bet_types/c856d140-6c7c-4246-9096-ff7895d95a3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c856d140-6c7c-4246-9096-ff7895d95a3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9d026ef-1757-474c-8ca0-65da99449484/?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": "Washington",
                "amount": 7259.0
            },
            {
                "team": "California",
                "amount": 2741.0
            }
        ],
        "expected_reward_tokens": 9509.29,
        "profit_sb": 9.29,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "1404e795-469a-4c75-93a1-bf38d1b4f5b0",
            "gambit_id": "fc3e5b3b-3f32-47da-aa6b-98c27aac1897",
            "last_updated": "2022-10-23T21:46:54.922967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c856d140-6c7c-4246-9096-ff7895d95a3b/?format=api"
        },
        {
            "id": "88f331ea-95ba-41fd-b47a-92c9ad859867",
            "gambit_id": "afa286e5-43b9-4b23-84ac-d961c91f1cbd",
            "last_updated": "2022-10-23T21:46:54.921880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "3.47000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c856d140-6c7c-4246-9096-ff7895d95a3b/?format=api"
        }
    ]
}