GET /api/bet_types/f80b94aa-0046-4545-b963-5e698109ff8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f80b94aa-0046-4545-b963-5e698109ff8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c468f88-a2c8-4288-b572-b55d3866062c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T22:23:07.118719-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 2.5",
                "amount": 6706.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5893f2e-96aa-486d-b407-cc632c149452",
            "gambit_id": "6a85e35c-0c88-4c95-940a-80e76e5d3f3f",
            "last_updated": "2024-01-23T18:57:55.903426-05:00",
            "created_at": "2024-01-19T22:23:07.123020-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f80b94aa-0046-4545-b963-5e698109ff8a/?format=api"
        },
        {
            "id": "cb8376c3-de21-4afc-91f4-a4193e781c01",
            "gambit_id": "96ffdda9-1254-4fc6-a098-77979ecde68f",
            "last_updated": "2024-01-23T18:57:55.907050-05:00",
            "created_at": "2024-01-19T22:23:07.127314-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f80b94aa-0046-4545-b963-5e698109ff8a/?format=api"
        }
    ]
}