GET /api/bet_types/1b5e3119-3295-465d-aa46-0010cd47bb5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b5e3119-3295-465d-aa46-0010cd47bb5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3826e3d4-e570-4c5f-9f79-3e44b5271c62/?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": "Coastal Carolina",
                "amount": 5000.0
            },
            {
                "team": "James Madison",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "101cb5b7-be1b-4075-b960-ea3c4913f67d",
            "gambit_id": "3091480b-9835-490b-ab98-f492b10873ab",
            "last_updated": "2022-11-28T10:17:12.102110-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b5e3119-3295-465d-aa46-0010cd47bb5f/?format=api"
        },
        {
            "id": "14d19792-5463-443a-ae3c-9efd598100eb",
            "gambit_id": "ef2e24e5-ca88-4dc1-a8d2-0fdf946b166e",
            "last_updated": "2022-11-28T10:17:12.101127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b5e3119-3295-465d-aa46-0010cd47bb5f/?format=api"
        }
    ]
}