GET /api/bet_types/1a6ab287-d426-4201-b69b-c46b05d5a1a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a6ab287-d426-4201-b69b-c46b05d5a1a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/60d81244-0498-4bea-862e-dac72087a518/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:10.442004-04: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 Under 215",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e310df26-7086-4ab0-bbb5-6cecdc3648b8",
            "gambit_id": "61c434fc-b38d-4113-870f-3d2d5e44fd39",
            "last_updated": "2023-05-04T11:11:52.040731-04:00",
            "created_at": "2023-05-03T12:12:10.443353-04:00",
            "name": "Game Total Under 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6ab287-d426-4201-b69b-c46b05d5a1a0/?format=api"
        },
        {
            "id": "3618c92c-64fc-4c26-991b-5ab47a0b444e",
            "gambit_id": "b045e666-0dc0-4b3c-87e8-b9f8ed870ea9",
            "last_updated": "2023-05-04T11:11:52.041990-04:00",
            "created_at": "2023-05-03T12:12:10.444737-04:00",
            "name": "Game Total Over 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6ab287-d426-4201-b69b-c46b05d5a1a0/?format=api"
        }
    ]
}