GET /api/bet_types/dd9ff5fa-12ba-4c28-a757-d13e1397e55f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd9ff5fa-12ba-4c28-a757-d13e1397e55f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf06e745-6ff3-473e-b71e-f54906c6f606/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:53.828987-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": "Tampa Bay Lightning",
                "amount": 6913.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "05878156-8a35-4b6d-a0e6-2b24f4fbbf89",
            "gambit_id": "137118a8-2dac-493d-b1fe-581563fdf359",
            "last_updated": "2023-02-12T10:12:00.740164-05:00",
            "created_at": "2023-02-11T09:01:53.831562-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd9ff5fa-12ba-4c28-a757-d13e1397e55f/?format=api"
        },
        {
            "id": "35671c96-1b2e-4756-9010-daae1c18e07e",
            "gambit_id": "8522bdbb-974e-48cc-8422-b46cbe9d7357",
            "last_updated": "2023-02-12T10:12:00.738912-05:00",
            "created_at": "2023-02-11T09:01:53.830244-05:00",
            "name": "Dallas Stars",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd9ff5fa-12ba-4c28-a757-d13e1397e55f/?format=api"
        }
    ]
}