GET /api/bet_types/79c98682-5a40-4a15-898c-e2b58099207d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79c98682-5a40-4a15-898c-e2b58099207d",
    "match": "https://api-prod.gambitprofit.com/api/matches/21728ece-f1f4-41dc-a0bd-9dd65ce16480/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:17.276572-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": "San Jose Sharks",
                "amount": 6100.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a28393d-c553-4a7d-9760-f58c8e1af1d0",
            "gambit_id": "7832dc15-70fb-40fd-a4db-61e2d52d0932",
            "last_updated": "2023-03-12T19:32:10.716011-04:00",
            "created_at": "2023-03-11T09:32:17.277875-05:00",
            "name": "San Jose Sharks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79c98682-5a40-4a15-898c-e2b58099207d/?format=api"
        },
        {
            "id": "c236c799-362d-4d05-baa0-e8e70ddbda70",
            "gambit_id": "9199e98c-a3d1-4a05-82d6-d8584540f5be",
            "last_updated": "2023-03-12T19:32:10.717654-04:00",
            "created_at": "2023-03-11T09:32:17.279242-05:00",
            "name": "Minnesota Wild",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79c98682-5a40-4a15-898c-e2b58099207d/?format=api"
        }
    ]
}