GET /api/bet_types/76a0e2c3-5593-4bd4-b729-badcf50d65a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76a0e2c3-5593-4bd4-b729-badcf50d65a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4b405ad-3366-4c56-9d18-62e59c35444d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:02.275225-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": "Columbus Blue Jackets",
                "amount": 5212.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "86b198e8-1ec6-4681-94c5-66b17e3c4359",
            "gambit_id": "5bb44dab-5a0b-4262-a1e7-37df2ea433ed",
            "last_updated": "2023-02-26T11:51:58.876916-05:00",
            "created_at": "2023-02-25T09:07:02.276455-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76a0e2c3-5593-4bd4-b729-badcf50d65a9/?format=api"
        },
        {
            "id": "ac39ea69-189c-44bd-a18d-794508c452cf",
            "gambit_id": "b981b181-40ab-4df2-9ef0-474c5435106d",
            "last_updated": "2023-02-26T11:51:58.878193-05:00",
            "created_at": "2023-02-25T09:07:02.277733-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76a0e2c3-5593-4bd4-b729-badcf50d65a9/?format=api"
        }
    ]
}