GET /api/bet_types/d5d82d9b-64b4-46dd-81a2-7a6db0f6f663/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5d82d9b-64b4-46dd-81a2-7a6db0f6f663",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1b35b24-cfc7-4001-83e6-ccf45e14f047/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-02T09:57:07.284511-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": "TAM (J Springs)",
                "amount": 6892.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "1af60db5-a5e8-4b5a-846a-435c28b21c47",
            "gambit_id": "3d0fb761-d84f-4457-974b-32c145f1986e",
            "last_updated": "2023-04-03T14:26:51.922560-04:00",
            "created_at": "2023-04-02T09:57:07.286291-04:00",
            "name": "TAM (J Springs)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d82d9b-64b4-46dd-81a2-7a6db0f6f663/?format=api"
        },
        {
            "id": "79b9aa8d-2e6c-4060-9062-85fba3f0fb93",
            "gambit_id": "5badf1f5-0e7d-4e2f-a12c-1b2247d8fa13",
            "last_updated": "2023-04-03T14:26:51.924448-04:00",
            "created_at": "2023-04-02T09:57:07.288005-04:00",
            "name": "DET (J Wentz)",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5d82d9b-64b4-46dd-81a2-7a6db0f6f663/?format=api"
        }
    ]
}