GET /api/bet_types/8148dd79-cebe-4792-9144-d518370e2b20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8148dd79-cebe-4792-9144-d518370e2b20",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ea1e940-c942-42b4-a1bd-004a8e4a5c1a/?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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7bf99cd-15c5-4d22-8e46-895972a8f4fa",
            "gambit_id": "42b0e406-39ff-4053-8128-5419674c7a66",
            "last_updated": "2022-09-18T13:02:34.515931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8148dd79-cebe-4792-9144-d518370e2b20/?format=api"
        },
        {
            "id": "69dc6c83-5079-4212-914b-c1ebd52bb93a",
            "gambit_id": "6be23f13-10cd-41ee-bba9-3c48a98060f5",
            "last_updated": "2022-09-18T13:02:34.514920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8148dd79-cebe-4792-9144-d518370e2b20/?format=api"
        }
    ]
}