GET /api/bet_types/3320d48d-d107-46ec-ab4d-13ed38a3177c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3320d48d-d107-46ec-ab4d-13ed38a3177c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d0ab29d-4a65-4ab2-96de-e6645aaff0a2/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:08.680157-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 5.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d92078d-b10a-42a6-be34-6cfe011c264c",
            "gambit_id": "654b236e-38c5-4239-b99b-b6ecf23d009a",
            "last_updated": "2024-01-31T22:18:13.068136-05:00",
            "created_at": "2024-01-30T08:58:08.684658-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3320d48d-d107-46ec-ab4d-13ed38a3177c/?format=api"
        },
        {
            "id": "490037e7-c00b-4fe1-8d65-d42b1ec974d2",
            "gambit_id": "9313bc16-2c78-45c4-953a-1209392afacd",
            "last_updated": "2024-01-31T22:18:13.073143-05:00",
            "created_at": "2024-01-30T08:58:08.689405-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3320d48d-d107-46ec-ab4d-13ed38a3177c/?format=api"
        }
    ]
}