GET /api/bet_types/dd2403ab-e7c3-4996-beda-d67695601ce6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd2403ab-e7c3-4996-beda-d67695601ce6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a9ae86f-b4ef-4a72-a80d-b7b3cfe83f9c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:13.510663-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 6",
                "amount": 5211.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "25cf6e37-03d6-45b1-bb54-ba434ab84232",
            "gambit_id": "89d89974-dd61-4d55-86cf-68322dfdc43f",
            "last_updated": "2023-01-23T10:21:53.659263-05:00",
            "created_at": "2023-01-21T10:22:13.513174-05:00",
            "name": "Game Total Over 6",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd2403ab-e7c3-4996-beda-d67695601ce6/?format=api"
        },
        {
            "id": "60733454-8e7e-4f94-97bc-c116f0e6c180",
            "gambit_id": "59b203b7-874d-4615-954f-25065e59af5e",
            "last_updated": "2023-01-23T10:21:53.657956-05:00",
            "created_at": "2023-01-21T10:22:13.511895-05:00",
            "name": "Game Total Under 6",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd2403ab-e7c3-4996-beda-d67695601ce6/?format=api"
        }
    ]
}