GET /api/bet_types/334b3208-f811-4487-92eb-ce222a5d164c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "334b3208-f811-4487-92eb-ce222a5d164c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1ff94a4-64cf-4da8-a24a-c9fce3935a5d/?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": "COL",
                "amount": 5399.0
            },
            {
                "team": "SFO",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a50d5db-e410-47d4-9c89-d08b9526a861",
            "gambit_id": "2bc28208-746e-401e-ae5d-ba08c205e27f",
            "last_updated": "2022-09-28T08:56:57.435747-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/334b3208-f811-4487-92eb-ce222a5d164c/?format=api"
        },
        {
            "id": "83e9ae4f-655b-4a2b-b095-f01d5d5f5939",
            "gambit_id": "c829c734-68fe-4915-b0e1-3d68c6c3ed3b",
            "last_updated": "2022-09-28T08:56:57.434655-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/334b3208-f811-4487-92eb-ce222a5d164c/?format=api"
        }
    ]
}