GET /api/bet_types/6c73c690-83df-48e3-bfd1-cbb9c043d832/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c73c690-83df-48e3-bfd1-cbb9c043d832",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4db6768-90b2-4343-a662-91f3fba47c6a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 2.5",
                "amount": 5254.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4746.0
            }
        ],
        "expected_reward_tokens": 8826.72,
        "profit_sb": -173.28,
        "profit_sb_percentage": -1.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "58fdb04f-0719-48cc-8a43-287d9c61cc9d",
            "gambit_id": "4c145095-1f43-4c7e-90ea-840f782fac02",
            "last_updated": "2022-08-22T15:47:12.567448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c73c690-83df-48e3-bfd1-cbb9c043d832/?format=api"
        },
        {
            "id": "1abdb8be-192d-4539-8424-0f2fb235422f",
            "gambit_id": "62a68e98-ed6b-438e-b125-533f424af6bf",
            "last_updated": "2022-08-22T15:47:12.567948-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.86000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c73c690-83df-48e3-bfd1-cbb9c043d832/?format=api"
        }
    ]
}