GET /api/bet_types/5c138fd8-7c1d-44dd-bdea-c023869fc7c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c138fd8-7c1d-44dd-bdea-c023869fc7c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a63ded5c-b890-46da-9a87-3b7b4894a8ea/?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": "Auburn",
                "amount": 5000.0
            },
            {
                "team": "Western Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b6feb83-82d0-4a3a-b1b6-c9741a0fe6d0",
            "gambit_id": "8067b6e9-d51e-4b98-a09c-32dafad5b7d2",
            "last_updated": "2022-11-21T10:08:01.069631-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c138fd8-7c1d-44dd-bdea-c023869fc7c9/?format=api"
        },
        {
            "id": "cc5b3164-3f6b-4778-b4c1-754c56ac172d",
            "gambit_id": "f5d1509d-86e0-4f44-beb3-259395daa5a7",
            "last_updated": "2022-11-21T10:08:01.070669-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c138fd8-7c1d-44dd-bdea-c023869fc7c9/?format=api"
        }
    ]
}