GET /api/bet_types/1e099805-c32d-4d9d-95c1-1200166e08e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e099805-c32d-4d9d-95c1-1200166e08e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b74d7eb-a0f3-47c6-ac3a-4cc65bded721/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:09.975957-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 Under 5.5",
                "amount": 5614.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7e95343-ba9d-48ec-8e4a-917eaa745e51",
            "gambit_id": "0f763e06-973a-4aa3-a965-fdd3b4f92310",
            "last_updated": "2023-05-04T11:27:05.528850-04:00",
            "created_at": "2023-05-03T12:12:09.977843-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e099805-c32d-4d9d-95c1-1200166e08e3/?format=api"
        },
        {
            "id": "69ec21e3-808b-4cde-959c-37d639f8fa53",
            "gambit_id": "4561d2ec-bc5b-4f3c-8f6f-bd75a1c56b2f",
            "last_updated": "2023-05-04T11:27:05.530119-04:00",
            "created_at": "2023-05-03T12:12:09.979611-04:00",
            "name": "Game Total Over 5.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e099805-c32d-4d9d-95c1-1200166e08e3/?format=api"
        }
    ]
}