GET /api/bet_types/8d3a3d7f-af2e-4a0e-a91d-b7e501d5d540/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d3a3d7f-af2e-4a0e-a91d-b7e501d5d540",
    "match": "https://api-prod.gambitprofit.com/api/matches/b498e193-db58-4b12-abf5-5b3407a55262/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:11.891550-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c71aa664-6021-4060-b2ba-e17ab50917b3",
            "gambit_id": "222105a4-5205-44cc-ba27-427b3bd282d1",
            "last_updated": "2023-03-16T17:37:24.361046-04:00",
            "created_at": "2023-03-15T09:07:11.893516-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d3a3d7f-af2e-4a0e-a91d-b7e501d5d540/?format=api"
        },
        {
            "id": "1bfa51f5-579d-4f17-94fb-38b114a531f3",
            "gambit_id": "5b38cf47-137d-4b72-8d7c-7735457cb713",
            "last_updated": "2023-03-16T17:37:24.363012-04:00",
            "created_at": "2023-03-15T09:07:11.895654-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d3a3d7f-af2e-4a0e-a91d-b7e501d5d540/?format=api"
        }
    ]
}