GET /api/bet_types/783dca24-61df-49ba-99e3-2372cb81d5a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "783dca24-61df-49ba-99e3-2372cb81d5a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f8254ad-88bb-4939-9c92-54ca301b5cc3/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:04.357394-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b95d86ea-641b-4695-83ca-c317790c62df",
            "gambit_id": "66fbec9b-a2d0-4139-ae29-757667f5c845",
            "last_updated": "2024-01-19T11:53:23.540421-05:00",
            "created_at": "2024-01-16T09:03:04.367166-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/783dca24-61df-49ba-99e3-2372cb81d5a6/?format=api"
        },
        {
            "id": "c79e3ec6-6932-4947-bbda-84077d0e1d70",
            "gambit_id": "bde6521b-60e3-4d55-b359-7c7783403d64",
            "last_updated": "2024-01-19T11:53:23.536880-05:00",
            "created_at": "2024-01-16T09:03:04.362144-05:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/783dca24-61df-49ba-99e3-2372cb81d5a6/?format=api"
        }
    ]
}