GET /api/bet_types/c6afc0df-0b01-4a10-a915-f15f7e52aa5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6afc0df-0b01-4a10-a915-f15f7e52aa5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/034b6b84-0f44-4cf1-918f-209dc194aff8/?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": "Houston",
                "amount": 5000.0
            },
            {
                "team": "Tulane",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dd7e396-9549-4213-b23e-adefd7b54fca",
            "gambit_id": "f1fc79d6-62e9-448f-9477-d73843c6cbc0",
            "last_updated": "2022-10-01T09:17:16.804900-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6afc0df-0b01-4a10-a915-f15f7e52aa5c/?format=api"
        },
        {
            "id": "a89496a8-80e3-4e7c-9e81-7de48fbe06c3",
            "gambit_id": "4fbf3b45-2c0c-4a11-8067-6025e4335f40",
            "last_updated": "2022-10-01T09:17:16.805837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6afc0df-0b01-4a10-a915-f15f7e52aa5c/?format=api"
        }
    ]
}