GET /api/bet_types/0cf082c9-75a6-4415-970d-aa6e53282242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cf082c9-75a6-4415-970d-aa6e53282242",
    "match": "https://api-prod.gambitprofit.com/api/matches/5115357e-d8f8-4c28-b7d5-e0c124952e80/?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": "HOU (C Javier)",
                "amount": 6975.0
            },
            {
                "team": "OAK (C Irvin)",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9346.5,
        "profit_sb": 346.5,
        "profit_sb_percentage": 3.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "5806e050-98cc-47a2-bbb5-3abe8e8fb421",
            "gambit_id": "e0faef06-fd9b-43cd-b66e-e52d15ef87b9",
            "last_updated": "2022-08-15T14:17:14.673024-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (C Javier)",
            "reward": "1.34000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cf082c9-75a6-4415-970d-aa6e53282242/?format=api"
        },
        {
            "id": "7cc4f4f1-9de7-4fee-911c-e1f6651ce485",
            "gambit_id": "b83e41f5-5772-449e-93f2-c43656f96158",
            "last_updated": "2022-08-15T14:17:14.673505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (C Irvin)",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cf082c9-75a6-4415-970d-aa6e53282242/?format=api"
        }
    ]
}