GET /api/bet_types/c9ce5018-95b5-4b51-815b-a3e222da1472/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9ce5018-95b5-4b51-815b-a3e222da1472",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd2d73ac-1bb1-4d9b-9538-d8e8be3b6fd2/?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": "Navy",
                "amount": 5000.0
            },
            {
                "team": "Cincinnati",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "729b68dd-339b-4bed-b74c-190e16a22b96",
            "gambit_id": "a3997921-2233-46d3-924d-b7586700578f",
            "last_updated": "2022-11-06T08:28:43.592932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9ce5018-95b5-4b51-815b-a3e222da1472/?format=api"
        },
        {
            "id": "95d5f0cf-b0bc-40fc-b986-9c473b00c616",
            "gambit_id": "e0945cee-dbf9-4c51-82de-6ef722ff6bbd",
            "last_updated": "2022-11-06T08:28:43.591973-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-18.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9ce5018-95b5-4b51-815b-a3e222da1472/?format=api"
        }
    ]
}