GET /api/bet_types/dd23e706-83d3-4add-b1a7-9b709b2a190d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd23e706-83d3-4add-b1a7-9b709b2a190d",
    "match": "https://api-prod.gambitprofit.com/api/matches/89b37f5f-8f77-4a54-9f08-c992c1cc16de/?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": "Utah",
                "amount": 5000.0
            },
            {
                "team": "Arizona",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4221920a-70b5-49a9-816a-b3c52b468e6f",
            "gambit_id": "76e492b8-e705-4883-9961-07c3ddbb6db8",
            "last_updated": "2022-11-06T16:17:47.260265-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd23e706-83d3-4add-b1a7-9b709b2a190d/?format=api"
        },
        {
            "id": "64ffa020-80a3-40ea-bd1c-6d23bf76db67",
            "gambit_id": "7517d673-efae-4104-9f9c-02cb586f7670",
            "last_updated": "2022-11-06T16:17:47.261239-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd23e706-83d3-4add-b1a7-9b709b2a190d/?format=api"
        }
    ]
}