GET /api/bet_types/abd5d89f-7d87-4c96-b2f5-bf3e3b037c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abd5d89f-7d87-4c96-b2f5-bf3e3b037c8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/31419ab5-e979-48f8-9e29-fc536bb31a4f/?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": "Dallas Stars",
                "amount": 5208.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "8edf3fc4-aae7-4132-b95b-ee5139d537b5",
            "gambit_id": "df9a72a0-e95f-40f2-8a62-7c1bf6886693",
            "last_updated": "2022-12-03T10:17:31.528212-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abd5d89f-7d87-4c96-b2f5-bf3e3b037c8d/?format=api"
        },
        {
            "id": "6f375928-a74c-4451-a319-5dcf47305d04",
            "gambit_id": "6add26da-5d40-4994-b7b8-ef798fc0a989",
            "last_updated": "2022-12-03T10:17:31.529171-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abd5d89f-7d87-4c96-b2f5-bf3e3b037c8d/?format=api"
        }
    ]
}