GET /api/bet_types/f0a4cf41-2513-4f73-827f-a0b456ec8e48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0a4cf41-2513-4f73-827f-a0b456ec8e48",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d026e22-23d6-4e92-988d-76ff40cbc19c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:41:52.528405-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 2.5",
                "amount": 5691.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4309.0
            }
        ],
        "expected_reward_tokens": 9219.42,
        "profit_sb": -280.58,
        "profit_sb_percentage": -2.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "ece9f0d5-3443-4797-8446-b4d287b0cd35",
            "gambit_id": "7c35d98f-154b-4ae7-9350-945421791318",
            "last_updated": "2023-05-22T18:02:07.035673-04:00",
            "created_at": "2023-05-19T11:41:52.534495-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0a4cf41-2513-4f73-827f-a0b456ec8e48/?format=api"
        },
        {
            "id": "b66e1863-33d3-4c89-bfc4-931b7a64f1f2",
            "gambit_id": "1510621a-9bc2-4634-b739-51f9128f02aa",
            "last_updated": "2023-05-22T18:02:07.033650-04:00",
            "created_at": "2023-05-19T11:41:52.531514-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0a4cf41-2513-4f73-827f-a0b456ec8e48/?format=api"
        }
    ]
}