GET /api/bet_types/28d24f39-4b16-4f6d-a724-b56128f9eccf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28d24f39-4b16-4f6d-a724-b56128f9eccf",
    "match": "https://api-prod.gambitprofit.com/api/matches/82bcaaec-9768-436a-ad90-f904bfa1b1a0/?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 Over 7",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ae86908-c916-418a-b887-bac5840af86e",
            "gambit_id": "b9da2392-4078-4cbf-8450-891dde363b64",
            "last_updated": "2022-12-24T17:12:11.590925-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d24f39-4b16-4f6d-a724-b56128f9eccf/?format=api"
        },
        {
            "id": "abddb9eb-5ac5-401b-8d6b-c7a287ea7a57",
            "gambit_id": "b86d6cae-b50b-4e5e-96fd-69ade3300acf",
            "last_updated": "2022-12-24T17:12:11.589744-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d24f39-4b16-4f6d-a724-b56128f9eccf/?format=api"
        }
    ]
}