GET /api/bet_types/518da516-3183-4a36-a13c-4a0ef718702b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "518da516-3183-4a36-a13c-4a0ef718702b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7490e2cb-b042-4282-98fe-2891e02c0359/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T08:13:18.181604-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": "TEX",
                "amount": 6554.0
            },
            {
                "team": "SEA",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "901f67de-1f45-4531-8170-1c3376eadc5b",
            "gambit_id": "17b77461-108e-46e8-bc48-e691305dfbc7",
            "last_updated": "2023-09-29T10:08:19.993423-04:00",
            "created_at": "2023-09-28T08:13:18.185579-04:00",
            "name": "TEX",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518da516-3183-4a36-a13c-4a0ef718702b/?format=api"
        },
        {
            "id": "8c1c5520-749b-4d4f-82a7-0ad7d06918dc",
            "gambit_id": "b01c48b9-fdbc-4d74-ab8e-19370f9127e3",
            "last_updated": "2023-09-29T10:08:19.996860-04:00",
            "created_at": "2023-09-28T08:13:18.190681-04:00",
            "name": "SEA",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/518da516-3183-4a36-a13c-4a0ef718702b/?format=api"
        }
    ]
}