GET /api/bet_types/39f6d241-040a-4557-9d66-d82fc99109b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39f6d241-040a-4557-9d66-d82fc99109b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a65a6b9-7195-47a5-b4f6-830e44c09343/?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 2.5",
                "amount": 5249.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4751.0
            }
        ],
        "expected_reward_tokens": 9026.9,
        "profit_sb": 26.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "08960ee3-03dc-4c55-a8fa-efe0f7a72ad1",
            "gambit_id": "bb11e4cd-a0ff-4d12-a1a5-5db573149eed",
            "last_updated": "2022-08-31T12:52:17.627984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39f6d241-040a-4557-9d66-d82fc99109b0/?format=api"
        },
        {
            "id": "0f42ccda-80b7-4a18-8ab6-f4449c91712a",
            "gambit_id": "537981cb-04a5-47f3-976d-45d09ee3e7bc",
            "last_updated": "2022-08-31T12:52:17.627387-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39f6d241-040a-4557-9d66-d82fc99109b0/?format=api"
        }
    ]
}