GET /api/bet_types/903d4f68-370e-4fc4-b1fd-dbdee0f18cab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "903d4f68-370e-4fc4-b1fd-dbdee0f18cab",
    "match": "https://api-prod.gambitprofit.com/api/matches/01bc8498-4c4f-4699-ae2e-111c150a445a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:48:14.133708-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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "29d847e7-7273-451f-bcfb-9d0325cf5e5b",
            "gambit_id": "60e577af-8745-4732-b3a8-850fdc3f4644",
            "last_updated": "2023-11-27T21:37:58.479496-05:00",
            "created_at": "2023-11-26T09:48:14.138169-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903d4f68-370e-4fc4-b1fd-dbdee0f18cab/?format=api"
        },
        {
            "id": "b030bff0-e238-466e-9da1-58e2f1380ca1",
            "gambit_id": "21b41854-3b5b-44aa-bf6f-a9dd01086b6b",
            "last_updated": "2023-11-27T21:37:58.482920-05:00",
            "created_at": "2023-11-26T09:48:14.142226-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/903d4f68-370e-4fc4-b1fd-dbdee0f18cab/?format=api"
        }
    ]
}