GET /api/bet_types/61b350c1-0bba-418f-93f4-c49acc18b955/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61b350c1-0bba-418f-93f4-c49acc18b955",
    "match": "https://api-prod.gambitprofit.com/api/matches/368529aa-2fdd-420d-a702-3edbd798aaba/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:12.146741-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 222",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "19fa23b5-1303-408c-88ba-9336cf248863",
            "gambit_id": "d5221869-11de-404a-a00f-311d410f7fc1",
            "last_updated": "2024-01-29T22:08:14.548069-05:00",
            "created_at": "2024-01-27T09:18:12.150800-05:00",
            "name": "Game Total Over 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61b350c1-0bba-418f-93f4-c49acc18b955/?format=api"
        },
        {
            "id": "2fdbd34f-0a48-4af1-b1b1-9b3ad8c34128",
            "gambit_id": "0a5ade6b-971f-4661-b5de-8a4f0c95443c",
            "last_updated": "2024-01-29T22:08:14.551816-05:00",
            "created_at": "2024-01-27T09:18:12.155214-05:00",
            "name": "Game Total Under 222",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61b350c1-0bba-418f-93f4-c49acc18b955/?format=api"
        }
    ]
}