GET /api/bet_types/3e58a89e-003b-4382-a53b-e6c0f9d671ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e58a89e-003b-4382-a53b-e6c0f9d671ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f421144-1fad-46f5-b6a4-55aa65cf00b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T14:32:09.291159-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "273161b5-2bee-4304-aed9-d14b044cc935",
            "gambit_id": "8d34cad0-8499-45f4-8a31-0b2748724291",
            "last_updated": "2023-02-09T11:12:08.689918-05:00",
            "created_at": "2023-02-08T14:32:09.292662-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e58a89e-003b-4382-a53b-e6c0f9d671ba/?format=api"
        },
        {
            "id": "6a6423db-8abe-45fc-9a36-93848dd35215",
            "gambit_id": "eab2de04-87cd-4a09-84a7-b3dfc637ad0b",
            "last_updated": "2023-02-09T11:12:08.691183-05:00",
            "created_at": "2023-02-08T14:32:09.294063-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e58a89e-003b-4382-a53b-e6c0f9d671ba/?format=api"
        }
    ]
}