GET /api/bet_types/383ea45e-33ee-4b0b-ab26-4703b4b783e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "383ea45e-33ee-4b0b-ab26-4703b4b783e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6810c711-5122-44a7-a45e-2f911508ece7/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:08.319492-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": "Calgary Flames",
                "amount": 5773.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "bde92049-ae9a-4ef3-a51f-9206c751ff48",
            "gambit_id": "4cbef38a-8696-4ded-9628-5b5a9b2eb83c",
            "last_updated": "2024-02-07T01:53:02.102123-05:00",
            "created_at": "2024-02-06T09:08:08.327951-05:00",
            "name": "Calgary Flames",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/383ea45e-33ee-4b0b-ab26-4703b4b783e8/?format=api"
        },
        {
            "id": "5f992926-cae8-47c8-8007-9eddccbe9059",
            "gambit_id": "5e7bf969-9e37-4b35-b226-0a0b2fd11291",
            "last_updated": "2024-02-07T01:53:02.105774-05:00",
            "created_at": "2024-02-06T09:08:08.332603-05:00",
            "name": "Boston Bruins",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/383ea45e-33ee-4b0b-ab26-4703b4b783e8/?format=api"
        }
    ]
}