GET /api/bet_types/3d0bf447-7de1-46c2-8c76-f0a26e4379f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d0bf447-7de1-46c2-8c76-f0a26e4379f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3f2f3b9-1724-4d95-9656-3072b863287c/?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": "North Carolina",
                "amount": 6891.0
            },
            {
                "team": "Georgia State",
                "amount": 3109.0
            }
        ],
        "expected_reward_tokens": 9233.73,
        "profit_sb": 233.73,
        "profit_sb_percentage": 2.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "ccd20694-2434-473b-8075-c3eb2cac337b",
            "gambit_id": "d3017d88-4d58-4c32-9dfa-07381e66d2ad",
            "last_updated": "2022-09-11T11:07:06.444948-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0bf447-7de1-46c2-8c76-f0a26e4379f6/?format=api"
        },
        {
            "id": "f00cf1f9-b167-4ccf-9a91-b698027650f2",
            "gambit_id": "2df2c55a-83c7-40af-9c11-68ec8f3e3ce0",
            "last_updated": "2022-09-11T11:07:06.443972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "2.97000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d0bf447-7de1-46c2-8c76-f0a26e4379f6/?format=api"
        }
    ]
}