GET /api/bet_types/7aac700d-bebe-4f5a-97fd-d508b8cbb51d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aac700d-bebe-4f5a-97fd-d508b8cbb51d",
    "match": "https://api-prod.gambitprofit.com/api/matches/83e5923e-a43d-4b58-afa0-cbff40fd5c31/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-12T10:56:58.424842-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": "Vegas Golden Knights",
                "amount": 5610.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7602f01-6f52-431e-887c-b9c215ddb5e8",
            "gambit_id": "210d75a4-c0d6-4cac-b80d-a5e551058b50",
            "last_updated": "2023-02-13T10:02:11.355102-05:00",
            "created_at": "2023-02-12T10:56:58.426117-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aac700d-bebe-4f5a-97fd-d508b8cbb51d/?format=api"
        },
        {
            "id": "42e6aba0-41a3-46e5-8912-88fea5b47128",
            "gambit_id": "4bc94182-757a-4093-b4a1-dded92a41224",
            "last_updated": "2023-02-13T10:02:11.356500-05:00",
            "created_at": "2023-02-12T10:56:58.427467-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aac700d-bebe-4f5a-97fd-d508b8cbb51d/?format=api"
        }
    ]
}