GET /api/bet_types/6b618845-c422-4313-bea2-577f400e53db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b618845-c422-4313-bea2-577f400e53db",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecab56c8-c66b-4ef4-9264-942b89abee05/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:56.923204-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ffaf0f02-aea0-4345-9028-ce9aa6469961",
            "gambit_id": "37f07b1b-6449-4564-a17c-32e69fc9c1e8",
            "last_updated": "2023-01-24T09:41:53.659065-05:00",
            "created_at": "2023-01-23T09:11:56.925716-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b618845-c422-4313-bea2-577f400e53db/?format=api"
        },
        {
            "id": "76e97c40-7a57-49b7-b67b-0987d2c5c246",
            "gambit_id": "cd53cc96-654a-45cf-aa61-bb257a198010",
            "last_updated": "2023-01-24T09:41:53.657878-05:00",
            "created_at": "2023-01-23T09:11:56.924436-05:00",
            "name": "Detroit Pistons",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b618845-c422-4313-bea2-577f400e53db/?format=api"
        }
    ]
}