GET /api/bet_types/235c3736-1765-41cd-8462-43f612a883b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "235c3736-1765-41cd-8462-43f612a883b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3890fadd-788a-4517-a709-24fcf32edf19/?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": 5000.0
            },
            {
                "team": "Michigan State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "59f688cb-e866-42cf-aa5b-5926788f68ae",
            "gambit_id": "6dc8b572-aaa1-43ab-9d64-920255fb2e00",
            "last_updated": "2022-11-14T10:33:46.089430-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235c3736-1765-41cd-8462-43f612a883b5/?format=api"
        },
        {
            "id": "67d82e70-70a1-4cc6-8509-a5d8febb6fbb",
            "gambit_id": "a5a8e030-1cef-4c4c-ac6a-82c437c0b09b",
            "last_updated": "2022-11-14T10:33:46.090407-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/235c3736-1765-41cd-8462-43f612a883b5/?format=api"
        }
    ]
}