GET /api/bet_types/246b05a9-53c1-4651-9025-8c66c07d12a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "246b05a9-53c1-4651-9025-8c66c07d12a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d29a1a0-b408-4811-940a-867ffb65326d/?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": "Toledo",
                "amount": 5000.0
            },
            {
                "team": "Ohio State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "f57dc155-5a97-4dd0-9158-b80466bb99c9",
            "gambit_id": "2f770db9-9172-4a8a-beb2-12076c2290d5",
            "last_updated": "2022-09-18T13:12:27.721738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/246b05a9-53c1-4651-9025-8c66c07d12a9/?format=api"
        },
        {
            "id": "1d101ccc-9051-48c8-8158-c81bd366f11a",
            "gambit_id": "7bc06816-1023-498c-8160-3b9cd4af3ac3",
            "last_updated": "2022-09-18T13:12:27.720587-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/246b05a9-53c1-4651-9025-8c66c07d12a9/?format=api"
        }
    ]
}