GET /api/bet_types/6c47570e-2cb4-4317-96c4-946b584b0e88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c47570e-2cb4-4317-96c4-946b584b0e88",
    "match": "https://api-prod.gambitprofit.com/api/matches/49bfbb7d-5a45-4b14-b1b7-a6c4fc0db86c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-09T11:12:04.952476-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 2.5",
                "amount": 5691.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4309.0
            }
        ],
        "expected_reward_tokens": 9219.42,
        "profit_sb": -280.58,
        "profit_sb_percentage": -2.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6af221e-d286-4829-95bb-1be090f22145",
            "gambit_id": "8df5b292-bb89-407b-b388-5e58bf20dbbf",
            "last_updated": "2023-02-13T10:02:15.287585-05:00",
            "created_at": "2023-02-09T11:12:04.955216-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c47570e-2cb4-4317-96c4-946b584b0e88/?format=api"
        },
        {
            "id": "a7756f4a-5950-4f3f-a2bd-ecc10af64ee5",
            "gambit_id": "69cfc81b-48a6-4ebd-9a66-e48f02d130ad",
            "last_updated": "2023-02-13T10:02:15.286266-05:00",
            "created_at": "2023-02-09T11:12:04.953870-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c47570e-2cb4-4317-96c4-946b584b0e88/?format=api"
        }
    ]
}