GET /api/bet_types/a7c2c139-6aba-426f-b8d0-a95711d23bb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7c2c139-6aba-426f-b8d0-a95711d23bb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/86a1c597-d3b1-4b10-89ce-a227c58d01ab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T23:07:15.593420-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 Under 126",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 126",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a42ab36-f56b-4099-82e1-0cc3d703e845",
            "gambit_id": "5b2810a7-0ac0-4478-8ce8-2a24de69ca12",
            "last_updated": "2023-03-19T16:37:10.316609-04:00",
            "created_at": "2023-03-17T23:07:15.595272-04:00",
            "name": "Game Total Under 126",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "126.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7c2c139-6aba-426f-b8d0-a95711d23bb6/?format=api"
        },
        {
            "id": "d82dcb43-00b0-4f42-873a-70ffd0143185",
            "gambit_id": "9c859cd7-a7b3-4863-8f69-ca742bf300d4",
            "last_updated": "2023-03-19T16:37:10.318083-04:00",
            "created_at": "2023-03-17T23:07:15.597047-04:00",
            "name": "Game Total Over 126",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "126.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7c2c139-6aba-426f-b8d0-a95711d23bb6/?format=api"
        }
    ]
}