GET /api/bet_types/9f6e3cbd-4dd6-46cd-b7cc-3d9531f5ab81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f6e3cbd-4dd6-46cd-b7cc-3d9531f5ab81",
    "match": "https://api-prod.gambitprofit.com/api/matches/91db9951-92a7-4edb-a33d-824e1afa26e9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:17.138823-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5405326-67fa-4a0d-98b7-a5106afeac77",
            "gambit_id": "f8ea454f-8b8c-42b8-a56d-43895ea389c4",
            "last_updated": "2023-12-19T20:53:14.716488-05:00",
            "created_at": "2023-12-18T09:53:17.157070-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f6e3cbd-4dd6-46cd-b7cc-3d9531f5ab81/?format=api"
        },
        {
            "id": "9d1a0174-af51-4248-8016-df481371bd25",
            "gambit_id": "6c18be29-91c5-4859-8ec3-d6fc3b3ac8cf",
            "last_updated": "2023-12-19T20:53:14.719823-05:00",
            "created_at": "2023-12-18T09:53:17.163687-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f6e3cbd-4dd6-46cd-b7cc-3d9531f5ab81/?format=api"
        }
    ]
}