GET /api/bet_types/5370e583-402c-4170-a09c-7a556d38c7c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5370e583-402c-4170-a09c-7a556d38c7c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dba09804-4e82-489b-8cce-50356911a773/?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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f152f82e-0f26-48ee-a92b-49a0e5aa6bd2",
            "gambit_id": "6725b858-17c3-4af7-bbbe-b0aa2536b6e3",
            "last_updated": "2022-12-10T18:47:00.101170-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5370e583-402c-4170-a09c-7a556d38c7c4/?format=api"
        },
        {
            "id": "ba3fe349-330c-4539-ab0f-d796f492afa1",
            "gambit_id": "d6e11165-18d5-4232-98ff-12b2ae894b70",
            "last_updated": "2022-12-10T18:47:00.099803-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5370e583-402c-4170-a09c-7a556d38c7c4/?format=api"
        }
    ]
}