GET /api/bet_types/5648257f-e84f-48ae-b7e2-04278e0e4525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5648257f-e84f-48ae-b7e2-04278e0e4525",
    "match": "https://api-prod.gambitprofit.com/api/matches/defda175-2ea5-47d5-80cf-98d0d17316f2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:22.969752-04: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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8372397-2524-4cd3-bfe4-9dbee8037ed1",
            "gambit_id": "a4676d4a-8d14-4292-a45a-142b76641bdd",
            "last_updated": "2023-04-18T12:12:07.089776-04:00",
            "created_at": "2023-04-16T12:17:22.972233-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5648257f-e84f-48ae-b7e2-04278e0e4525/?format=api"
        },
        {
            "id": "395babb2-c853-4c10-8713-63ce2977b45e",
            "gambit_id": "9159121d-d732-4292-baac-6f5664bb7660",
            "last_updated": "2023-04-18T12:12:07.091400-04:00",
            "created_at": "2023-04-16T12:17:22.974723-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5648257f-e84f-48ae-b7e2-04278e0e4525/?format=api"
        }
    ]
}