GET /api/bet_types/d87703f7-a81f-4285-9331-60627930c7ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d87703f7-a81f-4285-9331-60627930c7ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0e55f8b-7663-459f-beae-cdf18446b47e/?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": "LOS",
                "amount": 5680.0
            },
            {
                "team": "MIA",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6d6520d-f576-4f91-8da9-8a9d03fb6272",
            "gambit_id": "d7974005-e843-40ac-bdb5-450b6e250faa",
            "last_updated": "2022-08-29T13:22:12.778375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87703f7-a81f-4285-9331-60627930c7ed/?format=api"
        },
        {
            "id": "a96b5ec8-502a-4899-ba39-c40aac2efadc",
            "gambit_id": "99404f5d-59ca-4c88-bdeb-7594aa3ec7ab",
            "last_updated": "2022-08-29T13:22:12.777823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87703f7-a81f-4285-9331-60627930c7ed/?format=api"
        }
    ]
}