GET /api/bet_types/a29bfe8c-b836-4dfb-b245-015e5817c1bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a29bfe8c-b836-4dfb-b245-015e5817c1bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0130e188-87d7-4718-b24f-a37222dfad35/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-18T10:18:21.553973-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "25f006ba-c6ab-4910-afb2-04512754b006",
            "gambit_id": "66fce015-43d0-4c53-b9ce-73dd0fe7547f",
            "last_updated": "2024-01-19T20:33:18.633624-05:00",
            "created_at": "2024-01-18T10:18:21.563274-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29bfe8c-b836-4dfb-b245-015e5817c1bb/?format=api"
        },
        {
            "id": "48b1d009-5ad5-43c8-a9e9-e3f912b60406",
            "gambit_id": "5a9f6acc-453b-4b97-aa1a-876adf51398d",
            "last_updated": "2024-01-19T20:33:18.630365-05:00",
            "created_at": "2024-01-18T10:18:21.559061-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29bfe8c-b836-4dfb-b245-015e5817c1bb/?format=api"
        }
    ]
}