GET /api/bet_types/540cdff6-75ce-4bc3-8091-879bf3934047/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "540cdff6-75ce-4bc3-8091-879bf3934047",
    "match": "https://api-prod.gambitprofit.com/api/matches/b84aec9a-9383-4d7e-824c-030bcca40d6e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:14.330347-04: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": "Seattle Kraken",
                "amount": 5599.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "93e8679d-b13f-4e9e-bf98-6169ecca814f",
            "gambit_id": "5ed7b653-42f6-4da4-a812-0e0f8a4dd48b",
            "last_updated": "2023-04-21T22:12:07.620242-04:00",
            "created_at": "2023-04-20T11:42:14.335042-04:00",
            "name": "Seattle Kraken",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540cdff6-75ce-4bc3-8091-879bf3934047/?format=api"
        },
        {
            "id": "ff7577f0-7364-4481-b3ad-5321efe315c0",
            "gambit_id": "ea33f82a-13cb-4f76-ad5c-0bfb1454529f",
            "last_updated": "2023-04-21T22:12:07.618620-04:00",
            "created_at": "2023-04-20T11:42:14.332485-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/540cdff6-75ce-4bc3-8091-879bf3934047/?format=api"
        }
    ]
}