GET /api/bet_types/10890191-4ea1-4c95-8b12-67e061e1cd51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10890191-4ea1-4c95-8b12-67e061e1cd51",
    "match": "https://api-prod.gambitprofit.com/api/matches/83d64c0f-4bf3-4212-afa5-5fd3456c6531/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T08:48:03.250573-04: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": "BAL (K Gibson)",
                "amount": 6070.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4541ba4-d66f-44d8-a317-70e12be624aa",
            "gambit_id": "44fea9b3-1e05-4861-a9f6-989e8108596b",
            "last_updated": "2023-06-29T18:03:04.174262-04:00",
            "created_at": "2023-06-28T08:48:03.256222-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10890191-4ea1-4c95-8b12-67e061e1cd51/?format=api"
        },
        {
            "id": "4637b2d8-cdc6-48a0-8cb5-fe3c6eb336ec",
            "gambit_id": "eda0c598-31bd-412a-aa84-17421d8b7dde",
            "last_updated": "2023-06-29T18:03:04.171571-04:00",
            "created_at": "2023-06-28T08:48:03.253538-04:00",
            "name": "CIN (L Weaver)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10890191-4ea1-4c95-8b12-67e061e1cd51/?format=api"
        }
    ]
}