GET /api/bet_types/a0612cf7-4284-4198-bb98-0656b857dca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0612cf7-4284-4198-bb98-0656b857dca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4031e437-7d5c-4c67-932b-6ed7df2e6538/?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": "MIL",
                "amount": 5000.0
            },
            {
                "team": "CIN",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "f730281f-654c-4bae-9b41-4b67bf160f81",
            "gambit_id": "804586f6-6766-47db-b665-c1c251b22a7f",
            "last_updated": "2022-08-06T10:52:04.666551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0612cf7-4284-4198-bb98-0656b857dca2/?format=api"
        },
        {
            "id": "0b0ebbc1-1ba2-4474-877c-d0ec9f8d2a76",
            "gambit_id": "b4d8e55a-5fb1-44d4-9320-c1745addfeae",
            "last_updated": "2022-08-06T10:52:04.666969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0612cf7-4284-4198-bb98-0656b857dca2/?format=api"
        }
    ]
}