GET /api/bet_types/e5fb5d90-c7c8-476a-a9b7-0acb7e403250/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5fb5d90-c7c8-476a-a9b7-0acb7e403250",
    "match": "https://api-prod.gambitprofit.com/api/matches/71e6d05c-d9fb-420b-bf96-156611500605/?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": "Texas",
                "amount": 7037.0
            },
            {
                "team": "Oklahoma",
                "amount": 2963.0
            }
        ],
        "expected_reward_tokens": 9570.32,
        "profit_sb": 70.32,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1b0adcf-66ee-43b2-ab22-8b1ebf553a5d",
            "gambit_id": "016e8d58-858c-407a-8eb0-59e5ab3c00e7",
            "last_updated": "2022-10-11T10:52:30.211699-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb5d90-c7c8-476a-a9b7-0acb7e403250/?format=api"
        },
        {
            "id": "ab11f44f-92ca-4d04-89f9-f3d45f936861",
            "gambit_id": "bbb9e3f6-afff-4aa6-8557-0abb4a827b9b",
            "last_updated": "2022-10-11T10:52:30.210531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5fb5d90-c7c8-476a-a9b7-0acb7e403250/?format=api"
        }
    ]
}