GET /api/bet_types/4f4e983e-535a-4965-a965-fdf274a61496/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f4e983e-535a-4965-a965-fdf274a61496",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bdf5f2e-6e04-4b4f-8954-8e380fbf7e44/?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": "Oregon",
                "amount": 6642.0
            },
            {
                "team": "Washington State",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9165.96,
        "profit_sb": 165.96,
        "profit_sb_percentage": 1.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b82ac08-d705-4622-b806-0f291f276e0b",
            "gambit_id": "edb73919-60a3-4461-986e-8768962af21c",
            "last_updated": "2022-09-25T20:02:10.425898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.38000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f4e983e-535a-4965-a965-fdf274a61496/?format=api"
        },
        {
            "id": "7d818abd-2eac-499b-9e90-78563def5bb5",
            "gambit_id": "91d9801f-4ccf-4519-b735-deb435360fab",
            "last_updated": "2022-09-25T20:02:10.424674-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "2.73000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f4e983e-535a-4965-a965-fdf274a61496/?format=api"
        }
    ]
}