GET /api/bet_types/20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b6008de-e180-4c52-94ae-4ff3cb1eaa9f/?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": "Northern Illinois",
                "amount": 5000.0
            },
            {
                "team": "Akron",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "62a0257d-e68f-4a53-b18c-7d136b5aad5f",
            "gambit_id": "aca5e74b-c83c-4042-a45b-b62ece339f01",
            "last_updated": "2022-11-28T10:07:10.083162-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b/?format=api"
        },
        {
            "id": "ced1767f-2511-4b3a-9e1d-db0cf7e963cc",
            "gambit_id": "278a3243-5ad5-4f50-aa27-50112fc0437d",
            "last_updated": "2022-11-28T10:07:10.084323-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b/?format=api"
        }
    ]
}