GET /api/bet_types/1faf6770-d3f9-448e-be9f-1a28133fa3ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1faf6770-d3f9-448e-be9f-1a28133fa3ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cdfe567-7a99-40d7-90e4-72450e67d529/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T12:58:15.480717-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 Over 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "174562ef-4c75-4aea-89bd-bc12af3cc375",
            "gambit_id": "bf241720-3b2a-42f5-85b9-a1dada16d2ba",
            "last_updated": "2023-09-26T09:58:05.985108-04:00",
            "created_at": "2023-09-24T12:58:15.484297-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1faf6770-d3f9-448e-be9f-1a28133fa3ad/?format=api"
        },
        {
            "id": "de170e82-f57a-4a56-991f-53430ad002ad",
            "gambit_id": "b6cd42b9-97dc-405e-947e-90e367711116",
            "last_updated": "2023-09-26T09:58:05.988292-04:00",
            "created_at": "2023-09-24T12:58:15.488284-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1faf6770-d3f9-448e-be9f-1a28133fa3ad/?format=api"
        }
    ]
}