GET /api/bet_types/c44b5702-a075-4384-8c7a-4bcb1d77f114/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c44b5702-a075-4384-8c7a-4bcb1d77f114",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ab3420e-8014-463c-bd69-33958480b94e/?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": "Louisville",
                "amount": 5000.0
            },
            {
                "team": "NC State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8af7eae2-bc78-4797-bf8f-2d237494d704",
            "gambit_id": "24d6bb66-84d7-4e9b-9419-4c12d70d2d5c",
            "last_updated": "2022-11-21T10:23:31.399616-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c44b5702-a075-4384-8c7a-4bcb1d77f114/?format=api"
        },
        {
            "id": "09ed9183-151b-4954-aa55-626adab447ae",
            "gambit_id": "377b7222-c6e1-449b-8ad6-23cf9c44e90e",
            "last_updated": "2022-11-21T10:23:31.400797-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c44b5702-a075-4384-8c7a-4bcb1d77f114/?format=api"
        }
    ]
}