GET /api/bet_types/2e6a610b-d828-4825-b065-e65e5c083327/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e6a610b-d828-4825-b065-e65e5c083327",
    "match": "https://api-prod.gambitprofit.com/api/matches/0333cdd1-2901-409d-b3b8-2ade48a25972/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:59.328135-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": "ARI",
                "amount": 6324.0
            },
            {
                "team": "MIN",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8f0dd0d-87ff-4f46-9706-82fcff7bc98d",
            "gambit_id": "32a5ba91-4995-4393-b64e-ce880c0c8fb9",
            "last_updated": "2023-08-05T12:03:14.492956-04:00",
            "created_at": "2023-08-04T08:52:59.332314-04:00",
            "name": "ARI",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6a610b-d828-4825-b065-e65e5c083327/?format=api"
        },
        {
            "id": "d125da0b-c459-4121-8b88-8357272a081a",
            "gambit_id": "928bd0be-de04-4c55-9b54-cd3a0f80711e",
            "last_updated": "2023-08-05T12:03:14.498361-04:00",
            "created_at": "2023-08-04T08:52:59.336898-04:00",
            "name": "MIN",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6a610b-d828-4825-b065-e65e5c083327/?format=api"
        }
    ]
}