GET /api/bet_types/399c5b31-450d-4ff6-80e5-9ca1b39310fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "399c5b31-450d-4ff6-80e5-9ca1b39310fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd153efb-4c0f-409d-b33b-a6e3ad54b1a9/?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": "Western Michigan",
                "amount": 5000.0
            },
            {
                "team": "Miami-Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "249fd14c-d9e7-4a21-ac5e-c488c32791a9",
            "gambit_id": "f471c9ce-31ce-415e-b0d7-c5c4ba3ea4e3",
            "last_updated": "2022-10-23T19:37:03.678237-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/399c5b31-450d-4ff6-80e5-9ca1b39310fe/?format=api"
        },
        {
            "id": "a8cbabe3-71dd-4088-a4fa-5b0a9d6d31b5",
            "gambit_id": "1518db48-6dad-44ed-8373-535e89ec730c",
            "last_updated": "2022-10-23T19:37:03.677250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/399c5b31-450d-4ff6-80e5-9ca1b39310fe/?format=api"
        }
    ]
}