GET /api/bet_types/8f7c3459-fe62-4e47-afce-01453118e91c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f7c3459-fe62-4e47-afce-01453118e91c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4da92c20-8491-41ab-9d8e-37f0a2dbb45b/?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": "Michigan",
                "amount": 7615.0
            },
            {
                "team": "Iowa",
                "amount": 2385.0
            }
        ],
        "expected_reward_tokens": 9442.6,
        "profit_sb": 442.6,
        "profit_sb_percentage": 4.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "779aa794-1cc4-45ad-bb0e-0805c9f07dc5",
            "gambit_id": "224f249f-ed80-4267-abdb-3fa1e3a40acd",
            "last_updated": "2022-10-02T15:17:22.762288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7c3459-fe62-4e47-afce-01453118e91c/?format=api"
        },
        {
            "id": "6bd49f7e-5e6d-41de-a478-f55371b6f9be",
            "gambit_id": "44feb9b4-80fc-4180-9fc1-2d9913f925c7",
            "last_updated": "2022-10-02T15:17:22.761287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "3.96000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7c3459-fe62-4e47-afce-01453118e91c/?format=api"
        }
    ]
}