GET /api/bet_types/59026958-1d82-4bc7-b772-5b7ead5b6d46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59026958-1d82-4bc7-b772-5b7ead5b6d46",
    "match": "https://api-prod.gambitprofit.com/api/matches/9731cfbd-d7c5-4f00-97ad-291627838dfe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:01.586198-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": "Indiana Pacers",
                "amount": 5094.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "963d61fc-700f-47d1-9272-ddf0ff64403c",
            "gambit_id": "caa976a7-2bd1-4784-81b6-0434d6834c60",
            "last_updated": "2023-11-10T12:43:27.631387-05:00",
            "created_at": "2023-11-08T08:23:01.597667-05:00",
            "name": "Indiana Pacers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59026958-1d82-4bc7-b772-5b7ead5b6d46/?format=api"
        },
        {
            "id": "c6d8e706-a6ab-4fbb-8231-3c49458386fc",
            "gambit_id": "08875415-98fd-42e5-a1b1-8aa686f9217d",
            "last_updated": "2023-11-10T12:43:27.628109-05:00",
            "created_at": "2023-11-08T08:23:01.592910-05:00",
            "name": "Utah Jazz",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59026958-1d82-4bc7-b772-5b7ead5b6d46/?format=api"
        }
    ]
}