GET /api/bet_types/3f1067bc-df53-4c5d-94bd-65c17c7a92b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f1067bc-df53-4c5d-94bd-65c17c7a92b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3516c40-e23e-40ca-bb96-48b9666c7b15/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-17T08:58:20.563779-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": "Tampa Bay Lightning",
                "amount": 6603.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "48e543f7-79ab-4070-a684-689c6a44dee7",
            "gambit_id": "6a50c09b-f332-4be3-8922-91ef5df85ac2",
            "last_updated": "2023-10-18T10:57:55.607148-04:00",
            "created_at": "2023-10-17T08:58:20.566981-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f1067bc-df53-4c5d-94bd-65c17c7a92b3/?format=api"
        },
        {
            "id": "a6079a67-cd47-4d20-bec6-0f60c0446841",
            "gambit_id": "ba8e0b0b-3b7a-4995-9e09-7013f498ced5",
            "last_updated": "2023-10-18T10:57:55.600580-04:00",
            "created_at": "2023-10-17T08:58:20.570810-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f1067bc-df53-4c5d-94bd-65c17c7a92b3/?format=api"
        }
    ]
}