GET /api/bet_types/23dc1078-1c5c-44bd-a7ae-fbf7e8dbfd52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23dc1078-1c5c-44bd-a7ae-fbf7e8dbfd52",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba41b251-dbe4-4c99-b7c2-014ed37d008f/?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": "Kent State",
                "amount": 6956.0
            },
            {
                "team": "Ball State",
                "amount": 3044.0
            }
        ],
        "expected_reward_tokens": 9527.72,
        "profit_sb": 527.72,
        "profit_sb_percentage": 5.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "f0e131f2-6b98-4876-a2c4-8cdc725b0c7d",
            "gambit_id": "0284d3b2-b2de-42d8-b291-5fd56c9b3ef4",
            "last_updated": "2022-11-02T21:12:12.606431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23dc1078-1c5c-44bd-a7ae-fbf7e8dbfd52/?format=api"
        },
        {
            "id": "9a7e113b-4fad-4ade-90e8-aff160293935",
            "gambit_id": "65a10023-76b8-46e5-a44c-27a5ad0df4d4",
            "last_updated": "2022-11-02T21:12:12.607386-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23dc1078-1c5c-44bd-a7ae-fbf7e8dbfd52/?format=api"
        }
    ]
}