GET /api/bet_types/2e63df84-1c9b-49d5-a80d-9b6773288c66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e63df84-1c9b-49d5-a80d-9b6773288c66",
    "match": "https://api-prod.gambitprofit.com/api/matches/3584d5b1-aeae-4692-b16b-a5eff8473d0c/?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": "Ohio",
                "amount": 5000.0
            },
            {
                "team": "Akron",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a83bccc8-6857-4627-9084-d560bf616c36",
            "gambit_id": "f2c37067-c9b7-4d25-93c7-a84aee48c41b",
            "last_updated": "2022-10-11T10:57:32.824496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e63df84-1c9b-49d5-a80d-9b6773288c66/?format=api"
        },
        {
            "id": "8e743e69-e720-4059-aba8-510e3fa0b28b",
            "gambit_id": "b76f57ce-4d40-4e5f-98d4-f0924937ff3b",
            "last_updated": "2022-10-11T10:57:32.825454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e63df84-1c9b-49d5-a80d-9b6773288c66/?format=api"
        }
    ]
}