GET /api/bet_types/ba6a5dc6-1a71-4481-a4ce-885f4ac68348/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba6a5dc6-1a71-4481-a4ce-885f4ac68348",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c58928-c11a-41ad-9eca-39c9f454967c/?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": "Kent State",
                "amount": 5000.0
            },
            {
                "team": "Washington",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "62a1e4b7-abec-413b-8c4b-b65055f95a51",
            "gambit_id": "f3ef20f4-ada2-4ba7-b646-40b2138e952a",
            "last_updated": "2022-09-04T14:27:06.654139-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba6a5dc6-1a71-4481-a4ce-885f4ac68348/?format=api"
        },
        {
            "id": "db812bea-151e-4371-92ba-9ce85e5db10f",
            "gambit_id": "b027e818-4e4c-48c6-8284-ca1b2c60e885",
            "last_updated": "2022-09-04T14:27:06.653132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-23.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba6a5dc6-1a71-4481-a4ce-885f4ac68348/?format=api"
        }
    ]
}