GET /api/bet_types/1560e05a-b902-4b0d-8b46-22eab773ee1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1560e05a-b902-4b0d-8b46-22eab773ee1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/64a591d8-3051-48a3-843b-2e783910b015/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:12.864968-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "35b3a40f-9647-4301-aecc-f039bab6e736",
            "gambit_id": "2116852d-b65c-4a1f-a8d5-945628344c68",
            "last_updated": "2024-01-26T13:28:11.579482-05:00",
            "created_at": "2024-01-24T09:13:12.878689-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1560e05a-b902-4b0d-8b46-22eab773ee1c/?format=api"
        },
        {
            "id": "4fe8a0f1-f28c-4744-9cef-dc2944d7611f",
            "gambit_id": "aaf822c2-e2b2-4c11-b60c-2fba25f23ae4",
            "last_updated": "2024-01-26T13:28:11.570764-05:00",
            "created_at": "2024-01-24T09:13:12.869145-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1560e05a-b902-4b0d-8b46-22eab773ee1c/?format=api"
        }
    ]
}