GET /api/bet_types/199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/227e5a1a-2204-4a46-a036-7f14500f0b02/?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": "Nashville Predators",
                "amount": 6104.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cfb519e-bc6a-433d-a0ab-b75c131037a0",
            "gambit_id": "9030861c-5213-4a3d-94b4-24aff43f4c43",
            "last_updated": "2022-10-28T09:32:00.836517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c/?format=api"
        },
        {
            "id": "f5e7d1d5-2ee5-431b-b5e9-00b880b6e01f",
            "gambit_id": "906b361f-3bb9-44ab-8d4f-2a619d87012f",
            "last_updated": "2022-10-28T09:32:00.837483-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199aaa51-c7b3-4ee6-9e86-ecb95c45ee2c/?format=api"
        }
    ]
}