GET /api/bet_types/ed0d18e6-d01b-4b80-ac6f-699fd756467b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed0d18e6-d01b-4b80-ac6f-699fd756467b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a024b772-7a60-426f-9c08-3cc0e7a4b89c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:51.939976-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0681d482-2b15-4514-b0ee-e3105184c4bb",
            "gambit_id": "03bbb433-245c-459b-b8b9-c63a3581b22a",
            "last_updated": "2023-03-24T10:27:20.889773-04:00",
            "created_at": "2023-03-23T09:06:51.942041-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed0d18e6-d01b-4b80-ac6f-699fd756467b/?format=api"
        },
        {
            "id": "127f6a1f-4e51-4ffc-a08d-23188d0da021",
            "gambit_id": "d5bed59f-3668-4359-80d4-99719a4ecd4a",
            "last_updated": "2023-03-24T10:27:20.892052-04:00",
            "created_at": "2023-03-23T09:06:51.943951-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed0d18e6-d01b-4b80-ac6f-699fd756467b/?format=api"
        }
    ]
}