GET /api/bet_types/575c9315-422e-410b-83a5-45e49d111bf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "575c9315-422e-410b-83a5-45e49d111bf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/30cd1368-764f-44ae-96eb-00a4dd1ccac1/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:14.470310-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 Over 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b889879e-928a-4191-a3a7-f241b444b1da",
            "gambit_id": "049ce983-8df6-4d21-b034-e1cd04df825f",
            "last_updated": "2024-01-31T10:13:33.677354-05:00",
            "created_at": "2024-01-29T09:13:14.476059-05:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575c9315-422e-410b-83a5-45e49d111bf7/?format=api"
        },
        {
            "id": "53fb66c5-bd5e-4706-bda7-dfc4bda5b4ea",
            "gambit_id": "e827de94-4cc2-4871-81b0-563caec1025a",
            "last_updated": "2024-01-31T10:13:33.681864-05:00",
            "created_at": "2024-01-29T09:13:14.481023-05:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575c9315-422e-410b-83a5-45e49d111bf7/?format=api"
        }
    ]
}