GET /api/bet_types/d56ce525-c8e2-4d9d-b0cb-8b42543fccbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d56ce525-c8e2-4d9d-b0cb-8b42543fccbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2df49b-e189-4847-861e-fb97be56a5d8/?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": "Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "163fbe4a-5013-4bd2-bc82-48c9fe2e77df",
            "gambit_id": "eca70a77-5819-490a-aeb2-e0fa2f6f2225",
            "last_updated": "2022-10-02T20:12:01.098737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d56ce525-c8e2-4d9d-b0cb-8b42543fccbb/?format=api"
        },
        {
            "id": "97004687-63e9-4f0f-88a9-846736ca8fcd",
            "gambit_id": "8f9c06c4-7da8-41da-ace6-8ad4d95e4ef9",
            "last_updated": "2022-10-02T20:12:01.099694-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d56ce525-c8e2-4d9d-b0cb-8b42543fccbb/?format=api"
        }
    ]
}