GET /api/bet_types/70d74fa7-825e-4386-9ab4-2e615837e6f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70d74fa7-825e-4386-9ab4-2e615837e6f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8da80e51-32b8-49f3-83e3-7158b1e7a3b1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-22T08:23:10.905326-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dc774ed-d7f0-49e9-9dab-d8e1fa997485",
            "gambit_id": "0ea23dea-0c62-406c-9674-b2deb7a84236",
            "last_updated": "2023-08-23T11:03:23.958168-04:00",
            "created_at": "2023-08-22T08:23:10.917439-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70d74fa7-825e-4386-9ab4-2e615837e6f9/?format=api"
        },
        {
            "id": "f59547a2-20a5-4f8b-896c-f472b199e81c",
            "gambit_id": "67ef0089-8dbc-490c-bb06-fcee23828ab0",
            "last_updated": "2023-08-23T11:03:23.954208-04:00",
            "created_at": "2023-08-22T08:23:10.910720-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70d74fa7-825e-4386-9ab4-2e615837e6f9/?format=api"
        }
    ]
}