GET /api/bet_types/20754889-9bb8-41b7-9201-aef87983f6b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20754889-9bb8-41b7-9201-aef87983f6b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/77f39e58-5133-4bc2-af6e-0c86efdda5a3/?format=api",
    "name": "Play the Odds",
    "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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "UCLA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e40ed0a8-4eed-4b35-bc66-a048070c54e3",
            "gambit_id": "e12aa0fd-fd51-4d73-94ba-94db5e06d344",
            "last_updated": "2022-11-14T09:29:07.911512-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20754889-9bb8-41b7-9201-aef87983f6b9/?format=api"
        },
        {
            "id": "b6deabde-37d4-4769-ae2e-425b8cc3d0a6",
            "gambit_id": "973978a7-2e7f-43bb-a1b1-6aaf888aee75",
            "last_updated": "2022-11-14T09:29:07.910530-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-20.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20754889-9bb8-41b7-9201-aef87983f6b9/?format=api"
        }
    ]
}