GET /api/bet_types/32a2d4f3-9c26-4e0c-bff4-8fb8d9a66374/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32a2d4f3-9c26-4e0c-bff4-8fb8d9a66374",
    "match": "https://api-prod.gambitprofit.com/api/matches/434c4e92-cff1-40f6-a858-718d4bcfe741/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:10.377952-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": "SFO",
                "amount": 5614.0
            },
            {
                "team": "LOS",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "527a3a82-6a8c-41d2-b671-ec4fd560f4fa",
            "gambit_id": "cd63b5cb-b9fd-4c24-9594-0a0e8fecea78",
            "last_updated": "2023-09-30T10:28:07.813674-04:00",
            "created_at": "2023-09-29T09:23:10.388749-04:00",
            "name": "SFO",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32a2d4f3-9c26-4e0c-bff4-8fb8d9a66374/?format=api"
        },
        {
            "id": "481d5d9c-e701-4f60-bee9-bcc5cc57e624",
            "gambit_id": "0d83662c-da68-454f-95c5-a9878de02b6c",
            "last_updated": "2023-09-30T10:28:07.809985-04:00",
            "created_at": "2023-09-29T09:23:10.382277-04:00",
            "name": "LOS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32a2d4f3-9c26-4e0c-bff4-8fb8d9a66374/?format=api"
        }
    ]
}