GET /api/bet_types/45ee299b-7cc6-48b0-9535-f05d4228a9d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45ee299b-7cc6-48b0-9535-f05d4228a9d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf7f0822-649d-40c9-9a49-d9504374c4a8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T08:23:24.768019-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c1a814ca-8e34-420a-afee-0b419f73588e",
            "gambit_id": "4451038b-551f-4063-944d-4c7000e9d9f4",
            "last_updated": "2023-09-21T10:43:01.169077-04:00",
            "created_at": "2023-09-20T08:23:24.781329-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45ee299b-7cc6-48b0-9535-f05d4228a9d1/?format=api"
        },
        {
            "id": "7c43605e-5c8c-4bc9-a20a-4979bc5e5490",
            "gambit_id": "60d1706c-54bc-45b1-8cc4-662b3fe7dbb7",
            "last_updated": "2023-09-21T10:43:01.164788-04:00",
            "created_at": "2023-09-20T08:23:24.772020-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45ee299b-7cc6-48b0-9535-f05d4228a9d1/?format=api"
        }
    ]
}