GET /api/bet_types/1879e481-bd9d-4112-953b-1de65e1091e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1879e481-bd9d-4112-953b-1de65e1091e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9b5dae2-9fa6-4722-addc-c70555c833bd/?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": "Texas St",
                "amount": 5405.0
            },
            {
                "team": "Nevada",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "100fbb12-d4e6-4aea-aab3-938e70dcaa74",
            "gambit_id": "0c791e88-6e0c-4969-bab8-6cc90de936f0",
            "last_updated": "2022-09-05T09:47:21.755013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1879e481-bd9d-4112-953b-1de65e1091e9/?format=api"
        },
        {
            "id": "fd61c00e-f248-4664-931b-ca2a02e034f8",
            "gambit_id": "cde7e549-81f1-43f4-8508-d8a2ce4e1788",
            "last_updated": "2022-09-05T09:47:21.753707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1879e481-bd9d-4112-953b-1de65e1091e9/?format=api"
        }
    ]
}