GET /api/bet_types/72dd5092-3297-4abe-85d5-6769f722c62f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72dd5092-3297-4abe-85d5-6769f722c62f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4f113fd-4253-4627-8496-20ee1aa0c658/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:32:58.843814-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "302eb37e-3c98-4dd3-bb27-80515511dd51",
            "gambit_id": "7f7ff717-507c-4ea9-bba9-caeed49fbd13",
            "last_updated": "2023-06-18T10:28:11.294731-04:00",
            "created_at": "2023-06-17T09:32:58.848914-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72dd5092-3297-4abe-85d5-6769f722c62f/?format=api"
        },
        {
            "id": "8b28f8a4-5168-44d7-9052-67bf802464a1",
            "gambit_id": "a0383bc9-d37b-4b9a-b100-55ebdad214ff",
            "last_updated": "2023-06-18T10:28:11.292590-04:00",
            "created_at": "2023-06-17T09:32:58.846379-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72dd5092-3297-4abe-85d5-6769f722c62f/?format=api"
        }
    ]
}