GET /api/bet_types/a126f0d5-1a3a-4252-baf6-2ec597813460/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a126f0d5-1a3a-4252-baf6-2ec597813460",
    "match": "https://api-prod.gambitprofit.com/api/matches/68171de4-7cfa-4386-b2f3-ffdc80578971/?format=api",
    "name": "Over/Under",
    "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": "Game Total Over 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "24e27a56-f8ca-432b-b822-4e63dff7aa3b",
            "gambit_id": "c4352011-1c30-43a9-9601-cdbffba87911",
            "last_updated": "2022-11-14T09:24:10.938914-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a126f0d5-1a3a-4252-baf6-2ec597813460/?format=api"
        },
        {
            "id": "9cb0aded-67d0-4b9a-b623-1a027a5b5083",
            "gambit_id": "8ec735e2-66d0-416c-9445-173f3f02e3c7",
            "last_updated": "2022-11-14T09:24:10.937753-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a126f0d5-1a3a-4252-baf6-2ec597813460/?format=api"
        }
    ]
}