GET /api/bet_types/4e828222-cbef-4c3b-8478-91bc105246a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e828222-cbef-4c3b-8478-91bc105246a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4700fd5e-e619-4fd7-aabf-7c2c985f72c2/?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": "Notre Dame",
                "amount": 7937.0
            },
            {
                "team": "California",
                "amount": 2063.0
            }
        ],
        "expected_reward_tokens": 9283.5,
        "profit_sb": 283.5,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a1b6aed-7206-4229-aadd-545bcaeea88c",
            "gambit_id": "38391399-c200-419a-bf98-4ca27b05d33b",
            "last_updated": "2022-09-18T20:37:19.324358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.17000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e828222-cbef-4c3b-8478-91bc105246a2/?format=api"
        },
        {
            "id": "7420cbde-045c-43d2-aa00-29fc7502fe4d",
            "gambit_id": "05565be4-f94d-4388-bdfb-0b0157139dcc",
            "last_updated": "2022-09-18T20:37:19.325679-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "4.50000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e828222-cbef-4c3b-8478-91bc105246a2/?format=api"
        }
    ]
}