GET /api/bet_types/1d48124a-2965-4970-b99a-aacaa4bc5846/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d48124a-2965-4970-b99a-aacaa4bc5846",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba73d34a-374c-4342-8eed-ef09662ac11d/?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": "Illinois",
                "amount": 5000.0
            },
            {
                "team": "Wisconsin",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "db1b56fb-34a6-4de8-83af-b31b9c0cdb26",
            "gambit_id": "a4e35fc8-5f14-474d-b578-fd26eafb10ab",
            "last_updated": "2022-10-02T15:17:22.933603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Illinois",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d48124a-2965-4970-b99a-aacaa4bc5846/?format=api"
        },
        {
            "id": "26c9386c-213f-45e5-b548-b4519f04208d",
            "gambit_id": "542ce17f-282d-423a-a55a-d1423c5a7f1c",
            "last_updated": "2022-10-02T15:17:22.932564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d48124a-2965-4970-b99a-aacaa4bc5846/?format=api"
        }
    ]
}