GET /api/bet_types/ed8dbe7c-8460-433a-8d09-8c3b6f7f63c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed8dbe7c-8460-433a-8d09-8c3b6f7f63c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a96faa-10b1-454d-8566-c6df35f41b43/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:10.813480-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "65a7cf4f-76d7-4a37-9586-c8b95042a340",
            "gambit_id": "d3352a64-9a66-4a4a-8946-09755f9c33a6",
            "last_updated": "2024-02-07T01:53:03.511279-05:00",
            "created_at": "2024-02-06T09:08:10.817150-05:00",
            "name": "Game Total Over 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed8dbe7c-8460-433a-8d09-8c3b6f7f63c7/?format=api"
        },
        {
            "id": "b48601c9-abd5-42bc-b923-51227a3de4b7",
            "gambit_id": "ce8c48f9-ea45-4479-b228-629163125c85",
            "last_updated": "2024-02-07T01:53:03.514430-05:00",
            "created_at": "2024-02-06T09:08:10.823867-05:00",
            "name": "Game Total Under 237",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed8dbe7c-8460-433a-8d09-8c3b6f7f63c7/?format=api"
        }
    ]
}