GET /api/bet_types/e99fd615-166f-4b50-8701-21c39e3f25e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e99fd615-166f-4b50-8701-21c39e3f25e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cddbdeaf-737b-4aac-a8f9-dd2a4bf616bc/?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": "Wisconsin",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fb46066-e7c9-47c6-8ecb-61d384da6fd3",
            "gambit_id": "cbf37a99-5151-4eb0-b4d7-e41482a2bcc0",
            "last_updated": "2022-10-23T19:37:03.365959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e99fd615-166f-4b50-8701-21c39e3f25e9/?format=api"
        },
        {
            "id": "db776beb-a13b-4583-bf7a-c43457f918d1",
            "gambit_id": "6fd80324-01e4-4992-8c86-fedfa7911e6d",
            "last_updated": "2022-10-23T19:37:03.366923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e99fd615-166f-4b50-8701-21c39e3f25e9/?format=api"
        }
    ]
}