GET /api/bet_types/45a3722a-9e29-4720-ba8b-a7eacf1a6530/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45a3722a-9e29-4720-ba8b-a7eacf1a6530",
    "match": "https://api-prod.gambitprofit.com/api/matches/b26db255-7a86-4538-9530-c84c7448fef9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:07:05.330683-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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "c05259dc-0a1f-420a-a60f-62f2c1fed573",
            "gambit_id": "2bf64d4c-82f4-438d-ace7-caaa75f59179",
            "last_updated": "2023-05-01T12:27:19.552104-04:00",
            "created_at": "2023-04-28T15:07:05.334689-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a3722a-9e29-4720-ba8b-a7eacf1a6530/?format=api"
        },
        {
            "id": "bbec03ed-75d2-476a-a3a4-02f9d759dff8",
            "gambit_id": "50ae7a59-5fc6-4538-9bec-4add0da98bee",
            "last_updated": "2023-05-01T12:27:19.549977-04:00",
            "created_at": "2023-04-28T15:07:05.332633-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a3722a-9e29-4720-ba8b-a7eacf1a6530/?format=api"
        }
    ]
}