GET /api/bet_types/d43678c6-7a8a-44e5-8e2b-a137f5d2204a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d43678c6-7a8a-44e5-8e2b-a137f5d2204a",
    "match": "https://api-prod.gambitprofit.com/api/matches/097d573f-23ed-4e1e-bb4b-f9362c185137/?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": "Rutgers",
                "amount": 5106.0
            },
            {
                "team": "Indiana",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa8aec4a-650b-44c8-a9eb-93fb14670cef",
            "gambit_id": "133471a0-432e-4d71-924d-a2af49d21141",
            "last_updated": "2022-10-23T09:22:14.061359-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43678c6-7a8a-44e5-8e2b-a137f5d2204a/?format=api"
        },
        {
            "id": "9c8e8378-a272-4e46-80ce-a2e810b2bfba",
            "gambit_id": "534e20a0-72ec-4f44-9e40-0ad4f650e3aa",
            "last_updated": "2022-10-23T09:22:14.062513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d43678c6-7a8a-44e5-8e2b-a137f5d2204a/?format=api"
        }
    ]
}