GET /api/bet_types/8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5eaf240-bbf6-43f2-85bf-626889458c0c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-26T09:33:17.543495-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 212",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 212",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "890e0b1c-0a9b-4bef-b59a-b951aee0a15e",
            "gambit_id": "35c09be4-09c2-4ef7-b9c5-f5ed2318818a",
            "last_updated": "2024-01-27T10:58:05.550472-05:00",
            "created_at": "2024-01-26T09:33:17.552720-05:00",
            "name": "Game Total Under 212",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe/?format=api"
        },
        {
            "id": "647f07d1-29b4-4ebf-bef7-0d03dc358ec2",
            "gambit_id": "e9580491-e86e-49e2-83da-f20aa54c11b1",
            "last_updated": "2024-01-27T10:58:05.547165-05:00",
            "created_at": "2024-01-26T09:33:17.547783-05:00",
            "name": "Game Total Over 212",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "212.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe/?format=api"
        }
    ]
}