GET /api/bet_types/f03bf7c8-f26d-4615-bff3-fdfc82051154/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f03bf7c8-f26d-4615-bff3-fdfc82051154",
    "match": "https://api-prod.gambitprofit.com/api/matches/5396b130-9247-459d-981e-295cf861c3c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:12.386814-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "75fa984d-a35d-4923-a2bd-843c0a7a9fe6",
            "gambit_id": "f631a356-2a5c-41cf-abf8-99799195d02f",
            "last_updated": "2023-04-27T11:52:06.244289-04:00",
            "created_at": "2023-04-26T12:02:12.388393-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f03bf7c8-f26d-4615-bff3-fdfc82051154/?format=api"
        },
        {
            "id": "fe324166-5f39-4395-9625-82e5a43394b3",
            "gambit_id": "134fa7b7-eabb-4d11-afd0-3152cfc215d9",
            "last_updated": "2023-04-27T11:52:06.246970-04:00",
            "created_at": "2023-04-26T12:02:12.390037-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f03bf7c8-f26d-4615-bff3-fdfc82051154/?format=api"
        }
    ]
}