GET /api/bet_types/2e2e25d3-0a6d-4b8b-b6f6-9370db0026fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e2e25d3-0a6d-4b8b-b6f6-9370db0026fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d46fc63-e244-492c-a61a-673f97650045/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T22:23:06.443504-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": "Total Rounds Over 2.5",
                "amount": 5673.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4327.0
            }
        ],
        "expected_reward_tokens": 9303.05,
        "profit_sb": -196.95,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "036a6ce0-b994-4660-999b-652937b494aa",
            "gambit_id": "da06fdf2-1f83-4ac7-8128-b573690d764a",
            "last_updated": "2024-01-23T18:38:22.331681-05:00",
            "created_at": "2024-01-19T22:23:06.447215-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e2e25d3-0a6d-4b8b-b6f6-9370db0026fb/?format=api"
        },
        {
            "id": "ffc4e819-c03f-4c79-9896-8caa6d448e4a",
            "gambit_id": "88311d2a-310d-4dbe-a386-9a11837e5402",
            "last_updated": "2024-01-23T18:38:22.334853-05:00",
            "created_at": "2024-01-19T22:23:06.451358-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e2e25d3-0a6d-4b8b-b6f6-9370db0026fb/?format=api"
        }
    ]
}