GET /api/bet_types/40628fa7-08bd-41a2-a114-e6a1c7a19bba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40628fa7-08bd-41a2-a114-e6a1c7a19bba",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb76ca96-2f5b-4d01-9447-a7cb98e18b64/?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",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2ecb2b3-8466-419e-a03e-96b5bddc71db",
            "gambit_id": "b7669633-22af-4013-9d44-22ea5ac6a07f",
            "last_updated": "2022-09-29T10:17:11.869159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40628fa7-08bd-41a2-a114-e6a1c7a19bba/?format=api"
        },
        {
            "id": "f38ab4eb-1269-4711-af15-615945da0144",
            "gambit_id": "39d20af8-19f2-4037-b94a-c1967f240781",
            "last_updated": "2022-09-29T10:17:11.868132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40628fa7-08bd-41a2-a114-e6a1c7a19bba/?format=api"
        }
    ]
}