GET /api/bet_types/f4c5bc22-b1e6-4d86-85c1-b5f45d24f7cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4c5bc22-b1e6-4d86-85c1-b5f45d24f7cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b78f2fd-fc19-4097-ac08-56bf6bf8a5ec/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "564a7d49-e1eb-43da-91e6-de2a28389995",
            "gambit_id": "57ce1a3a-ac0e-43f6-bbbf-49837d693dfb",
            "last_updated": "2022-12-21T10:41:57.792156-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c5bc22-b1e6-4d86-85c1-b5f45d24f7cf/?format=api"
        },
        {
            "id": "441126b3-8316-4b78-979e-169ad13ec4f4",
            "gambit_id": "0374dc6b-9dcd-458c-ac95-59ebc5856813",
            "last_updated": "2022-12-21T10:41:57.793227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4c5bc22-b1e6-4d86-85c1-b5f45d24f7cf/?format=api"
        }
    ]
}