GET /api/bet_types/c0f0898c-37c5-4865-a363-d88122dccfdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0f0898c-37c5-4865-a363-d88122dccfdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/da4e3231-06cd-442f-ab94-489c1f8c9fc0/?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 Over 8.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "a297d71e-62df-43af-ada3-2605b2d0c651",
            "gambit_id": "e51a5ff2-7809-4911-89a8-aaec01b58559",
            "last_updated": "2022-09-22T15:02:20.501187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f0898c-37c5-4865-a363-d88122dccfdf/?format=api"
        },
        {
            "id": "1db8935f-ffe7-4744-b12d-863b5d650206",
            "gambit_id": "60322f82-f6d2-437e-97a6-c461a26b256f",
            "last_updated": "2022-09-22T15:02:20.500126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0f0898c-37c5-4865-a363-d88122dccfdf/?format=api"
        }
    ]
}