GET /api/bet_types/dd8275bd-2649-40ab-a1a9-e5ee59162e74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd8275bd-2649-40ab-a1a9-e5ee59162e74",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b94ad07-1c56-47c4-9b40-f4a68c5b85a6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-16T09:47:07.327911-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 Over 9",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e87b247c-1196-4f66-8b6d-70f090cf3a09",
            "gambit_id": "ca04352a-db08-4836-9409-19f111f090ba",
            "last_updated": "2023-05-17T11:06:53.992454-04:00",
            "created_at": "2023-05-16T09:47:07.332102-04:00",
            "name": "Game Total Over 9",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8275bd-2649-40ab-a1a9-e5ee59162e74/?format=api"
        },
        {
            "id": "dd8a7217-6c93-4a86-9620-35ff9f57f038",
            "gambit_id": "66925e51-f21d-4ec7-b274-df4fb2867606",
            "last_updated": "2023-05-17T11:06:53.990403-04:00",
            "created_at": "2023-05-16T09:47:07.330126-04:00",
            "name": "Game Total Under 9",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd8275bd-2649-40ab-a1a9-e5ee59162e74/?format=api"
        }
    ]
}