GET /api/bet_types/c0d51e59-c8a1-46e7-913c-1e36f469b32a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0d51e59-c8a1-46e7-913c-1e36f469b32a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2754b4d1-4ec4-4c8d-81cb-256324572d52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-17T09:27:12.281892-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 Over 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "c02cd9c7-5f16-4e4c-a6e0-597b84db20fc",
            "gambit_id": "35584f79-57a9-4e81-becf-4548bff6a96c",
            "last_updated": "2023-01-18T09:36:57.981903-05:00",
            "created_at": "2023-01-17T09:27:12.284733-05:00",
            "name": "Game Total Over 6",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0d51e59-c8a1-46e7-913c-1e36f469b32a/?format=api"
        },
        {
            "id": "915cdf9c-2d73-4183-859e-e1dac12a69c4",
            "gambit_id": "150634fe-9e0f-4543-b0c8-41b37f0ae986",
            "last_updated": "2023-01-18T09:36:57.980502-05:00",
            "created_at": "2023-01-17T09:27:12.283396-05:00",
            "name": "Game Total Under 6",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0d51e59-c8a1-46e7-913c-1e36f469b32a/?format=api"
        }
    ]
}