GET /api/bet_types/a931a60b-01b2-46b4-991f-594691ff7bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a931a60b-01b2-46b4-991f-594691ff7bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa87712a-6073-42d3-9aaf-5c5fabb0e702/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:09.073656-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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b5c82ea-1883-4f1d-8bb6-fdb699b09df4",
            "gambit_id": "d485da25-acc9-4773-891d-1557f76758ca",
            "last_updated": "2024-02-07T01:53:01.111129-05:00",
            "created_at": "2024-02-06T09:08:09.082635-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a931a60b-01b2-46b4-991f-594691ff7bde/?format=api"
        },
        {
            "id": "8d56c8c7-2faa-463a-b987-93ce8afdef1c",
            "gambit_id": "ef730645-4598-466d-8825-61185f9fd310",
            "last_updated": "2024-02-07T01:53:01.107487-05:00",
            "created_at": "2024-02-06T09:08:09.077925-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a931a60b-01b2-46b4-991f-594691ff7bde/?format=api"
        }
    ]
}