GET /api/bet_types/e436b394-52d2-48b6-9569-684b3adf1a1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e436b394-52d2-48b6-9569-684b3adf1a1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8d44946-3502-435d-a464-e02c38089554/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:12.588044-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "10e1564f-e4fa-49b8-9548-c5c546f01acf",
            "gambit_id": "7ee7c19a-b6c3-4bf4-a881-dfb9e099168f",
            "last_updated": "2024-01-26T13:28:10.608798-05:00",
            "created_at": "2024-01-24T09:13:12.592794-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e436b394-52d2-48b6-9569-684b3adf1a1e/?format=api"
        },
        {
            "id": "26a69d84-f755-41f2-b83b-9564a20d4aff",
            "gambit_id": "280b49fe-7bc8-4480-9bcc-e9ed3d4aeb8b",
            "last_updated": "2024-01-26T13:28:10.612473-05:00",
            "created_at": "2024-01-24T09:13:12.598364-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e436b394-52d2-48b6-9569-684b3adf1a1e/?format=api"
        }
    ]
}