GET /api/bet_types/9d5cabf6-e7ad-49d2-81c4-75159af6822d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d5cabf6-e7ad-49d2-81c4-75159af6822d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e623f706-324c-4586-8da5-eddcf0e462c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:23.755030-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": "SDG",
                "amount": 5319.0
            },
            {
                "team": "COL",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d41c4dc7-df6c-4450-b620-a5210e03fb46",
            "gambit_id": "184a0860-e286-431c-8302-160a06ec572d",
            "last_updated": "2023-09-22T17:23:06.941746-04:00",
            "created_at": "2023-09-20T08:23:23.763836-04:00",
            "name": "SDG",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5cabf6-e7ad-49d2-81c4-75159af6822d/?format=api"
        },
        {
            "id": "82a0594a-361a-4c97-8792-a15eba813217",
            "gambit_id": "c53cc16b-365e-4b13-91ff-a650259c8faf",
            "last_updated": "2023-09-22T17:23:06.938139-04:00",
            "created_at": "2023-09-20T08:23:23.759224-04:00",
            "name": "COL",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5cabf6-e7ad-49d2-81c4-75159af6822d/?format=api"
        }
    ]
}