GET /api/bet_types/02e3a824-b0b2-48ea-8496-5c51e045a218/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02e3a824-b0b2-48ea-8496-5c51e045a218",
    "match": "https://api-prod.gambitprofit.com/api/matches/18539b37-8f3d-49b1-a0e0-1159696cc285/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-15T09:18:12.600597-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": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "17484441-ab72-4a0c-82e8-1681b9982a78",
            "gambit_id": "5b970545-f55d-47fa-b4a0-3e92213dd4d3",
            "last_updated": "2023-11-17T09:33:25.187640-05:00",
            "created_at": "2023-11-15T09:18:12.605994-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02e3a824-b0b2-48ea-8496-5c51e045a218/?format=api"
        },
        {
            "id": "d88d3d77-1292-4888-a56b-bb28f641d416",
            "gambit_id": "695e6999-e1cc-47ee-9fad-8e966bfec4f6",
            "last_updated": "2023-11-17T09:33:25.190975-05:00",
            "created_at": "2023-11-15T09:18:12.611660-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02e3a824-b0b2-48ea-8496-5c51e045a218/?format=api"
        }
    ]
}