GET /api/bet_types/5ba064f0-3342-4e1e-97f6-5f8db8cf6648/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ba064f0-3342-4e1e-97f6-5f8db8cf6648",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a59d9ae-2359-466e-afc9-13944ed70c5c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:56.933958-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "964d3de4-623b-4622-80f9-3f486dc38d68",
            "gambit_id": "774326e1-f73c-4946-a11b-4d7bab07f233",
            "last_updated": "2023-04-23T18:27:06.875355-04:00",
            "created_at": "2023-04-22T13:06:56.937212-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba064f0-3342-4e1e-97f6-5f8db8cf6648/?format=api"
        },
        {
            "id": "2add5b19-58de-435e-8096-d9b3d2f4b078",
            "gambit_id": "d6129f4d-da64-4c32-a3b6-63b2bc2f9972",
            "last_updated": "2023-04-23T18:27:06.872902-04:00",
            "created_at": "2023-04-22T13:06:56.935715-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ba064f0-3342-4e1e-97f6-5f8db8cf6648/?format=api"
        }
    ]
}