GET /api/bet_types/a8870df9-967e-4f3f-9d59-b2c32e88112d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8870df9-967e-4f3f-9d59-b2c32e88112d",
    "match": "https://api-prod.gambitprofit.com/api/matches/327da1e8-d367-45f6-a0d7-aa618372c7aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:16.256786-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 243",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 243",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "76b51377-8cf2-431a-97f9-e291d385142a",
            "gambit_id": "bb759964-4158-45da-9bc9-be7129a131fe",
            "last_updated": "2024-01-01T13:23:30.081244-05:00",
            "created_at": "2023-12-30T10:43:16.265751-05:00",
            "name": "Game Total Under 243",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8870df9-967e-4f3f-9d59-b2c32e88112d/?format=api"
        },
        {
            "id": "edfc8491-7b15-4eea-996f-0e1d952f4b5e",
            "gambit_id": "ec54c6cf-060e-4073-929f-903d34d77d46",
            "last_updated": "2024-01-01T13:23:30.077685-05:00",
            "created_at": "2023-12-30T10:43:16.261697-05:00",
            "name": "Game Total Over 243",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "243.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8870df9-967e-4f3f-9d59-b2c32e88112d/?format=api"
        }
    ]
}