GET /api/bet_types/2dbd0c26-a5d6-4f4f-8f82-62c231c64808/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dbd0c26-a5d6-4f4f-8f82-62c231c64808",
    "match": "https://api-prod.gambitprofit.com/api/matches/2af747c8-3907-4e12-b4eb-b256174818b0/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "WAS",
                "amount": 5204.0
            },
            {
                "team": "CHC",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b0c5159-e595-48ac-992a-9d1ada5fdded",
            "gambit_id": "afdf3381-1ba1-4e7a-9e51-04b85c616cfe",
            "last_updated": "2022-08-10T10:11:56.232966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dbd0c26-a5d6-4f4f-8f82-62c231c64808/?format=api"
        },
        {
            "id": "b21b9a76-d454-4810-a7d4-1364acaf49df",
            "gambit_id": "8ec33ee6-963b-4eeb-81b2-3a6a6d274c44",
            "last_updated": "2022-08-10T10:11:56.232523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dbd0c26-a5d6-4f4f-8f82-62c231c64808/?format=api"
        }
    ]
}