GET /api/bet_types/9631e896-ff12-417a-bc9a-c6245f8ff6db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9631e896-ff12-417a-bc9a-c6245f8ff6db",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf796d9c-7d15-403d-be5f-d501655df137/?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 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8286d82b-74bf-441c-b5ba-144514438d49",
            "gambit_id": "ac3a2050-20a5-4275-9bb4-82c041e6c0f1",
            "last_updated": "2022-08-20T12:07:02.610923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9631e896-ff12-417a-bc9a-c6245f8ff6db/?format=api"
        },
        {
            "id": "7443825f-c71b-4c54-8595-580fd871b7ec",
            "gambit_id": "bf39b76d-254b-4380-84b1-47565e06ec92",
            "last_updated": "2022-08-20T12:07:02.611426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9631e896-ff12-417a-bc9a-c6245f8ff6db/?format=api"
        }
    ]
}