GET /api/bet_types/0fe48486-726c-4ee0-8d7c-b73db067be35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fe48486-726c-4ee0-8d7c-b73db067be35",
    "match": "https://api-prod.gambitprofit.com/api/matches/d37dbf78-d64e-439e-8d28-9c74ae90634d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T14:41:59.731463-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": "Anaheim Ducks",
                "amount": 6802.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3198.0
            }
        ],
        "expected_reward_tokens": 9114.3,
        "profit_sb": 114.3,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "d197b97a-fc8c-489a-bddd-dc71d4b0eb6d",
            "gambit_id": "936db29e-a553-4849-987c-9a0d46f481c6",
            "last_updated": "2023-01-03T11:01:48.639179-05:00",
            "created_at": "2023-01-02T14:41:59.732678-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fe48486-726c-4ee0-8d7c-b73db067be35/?format=api"
        },
        {
            "id": "9acb4c7c-0099-46ec-87b9-2a29c2f15e5a",
            "gambit_id": "a16b066f-322b-45fa-ac29-2294751e23e8",
            "last_updated": "2023-01-03T11:01:48.640272-05:00",
            "created_at": "2023-01-02T14:41:59.733939-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.85000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fe48486-726c-4ee0-8d7c-b73db067be35/?format=api"
        }
    ]
}