GET /api/bet_types/2f938dad-44da-4219-a247-4e76b739b10c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f938dad-44da-4219-a247-4e76b739b10c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d89018d1-b26f-4107-81db-09464946c583/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:55.752203-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c17f072e-9bca-4405-ad75-b839625131e5",
            "gambit_id": "97f6646c-a06b-4390-b143-e1aa73ed35da",
            "last_updated": "2023-01-23T14:11:56.473532-05:00",
            "created_at": "2023-01-22T09:01:55.753571-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f938dad-44da-4219-a247-4e76b739b10c/?format=api"
        },
        {
            "id": "23a66ff4-bce9-4b61-8d45-037e57384b99",
            "gambit_id": "d044c249-9515-48d6-95fa-4661e687a851",
            "last_updated": "2023-01-23T14:11:56.474720-05:00",
            "created_at": "2023-01-22T09:01:55.754872-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f938dad-44da-4219-a247-4e76b739b10c/?format=api"
        }
    ]
}