GET /api/bet_types/aa2021b3-0459-4437-a81d-bbfd3cafe59a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa2021b3-0459-4437-a81d-bbfd3cafe59a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef81393e-734b-468f-96fb-65854f963d86/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-01T09:03:23.798739-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 Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1ea74d7-05d2-420e-aad3-eb28680cbec1",
            "gambit_id": "0bc457dd-49dd-437b-b5d2-bfca42fc43da",
            "last_updated": "2023-08-02T19:02:59.480736-04:00",
            "created_at": "2023-08-01T09:03:23.803045-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa2021b3-0459-4437-a81d-bbfd3cafe59a/?format=api"
        },
        {
            "id": "fc0fa10e-625f-4ed0-8dea-1836222044a4",
            "gambit_id": "260cd828-0471-4a8a-bf7f-040bc25aacc7",
            "last_updated": "2023-08-02T19:02:59.484367-04:00",
            "created_at": "2023-08-01T09:03:23.808906-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa2021b3-0459-4437-a81d-bbfd3cafe59a/?format=api"
        }
    ]
}