GET /api/bet_types/1c82da4c-4db7-4cb3-9b2e-6e3978a2e819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c82da4c-4db7-4cb3-9b2e-6e3978a2e819",
    "match": "https://api-prod.gambitprofit.com/api/matches/f322b447-1c53-4461-ae31-22f5c9e1f932/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:19.379741-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "146f351a-9a2e-440d-b350-50b5efa7e895",
            "gambit_id": "7553d285-660a-4bc4-9a9c-51bebbd76444",
            "last_updated": "2024-02-03T10:37:58.782402-05:00",
            "created_at": "2024-02-02T09:58:19.384687-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c82da4c-4db7-4cb3-9b2e-6e3978a2e819/?format=api"
        },
        {
            "id": "3fb4a6df-987d-40c4-a210-911931c32b3b",
            "gambit_id": "09f01b2f-e6a1-41f0-b7a2-2b5cfb45d59d",
            "last_updated": "2024-02-03T10:37:58.785911-05:00",
            "created_at": "2024-02-02T09:58:19.390178-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c82da4c-4db7-4cb3-9b2e-6e3978a2e819/?format=api"
        }
    ]
}