GET /api/bet_types/89931e11-0182-4885-83df-505c3c06b2fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89931e11-0182-4885-83df-505c3c06b2fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9291852-6110-4452-928c-2640481cde89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:58.916772-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fce540f8-270a-4a42-b57a-592a98beff57",
            "gambit_id": "882cb503-620c-40c9-88a6-e25a780b8b47",
            "last_updated": "2023-05-09T11:41:55.425829-04:00",
            "created_at": "2023-05-08T11:46:58.918404-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89931e11-0182-4885-83df-505c3c06b2fd/?format=api"
        },
        {
            "id": "fda7c975-0679-4814-a1bb-1417e25ba72c",
            "gambit_id": "00aeb1a6-0e9a-4db6-9e43-3bbc1195e64e",
            "last_updated": "2023-05-09T11:41:55.427994-04:00",
            "created_at": "2023-05-08T11:46:58.919991-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89931e11-0182-4885-83df-505c3c06b2fd/?format=api"
        }
    ]
}