GET /api/bet_types/6cf3dd43-856a-4e35-a7f8-b2036898d473/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cf3dd43-856a-4e35-a7f8-b2036898d473",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9432960-61ff-4ec8-aef6-ee1df76ba5e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:00.447700-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": "Seattle Kraken",
                "amount": 5402.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "206a18fd-4e18-4858-a324-5eae01cc4be3",
            "gambit_id": "f596fdd1-db04-4cb1-a05d-0ddd3060afc4",
            "last_updated": "2023-01-13T11:47:15.272183-05:00",
            "created_at": "2023-01-12T08:22:00.450520-05:00",
            "name": "Seattle Kraken",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cf3dd43-856a-4e35-a7f8-b2036898d473/?format=api"
        },
        {
            "id": "df0ba3ae-a866-480b-b867-ff803a166b35",
            "gambit_id": "4623624a-9256-44fa-9939-b4e0f8d00050",
            "last_updated": "2023-01-13T11:47:15.271079-05:00",
            "created_at": "2023-01-12T08:22:00.449209-05:00",
            "name": "Boston Bruins",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cf3dd43-856a-4e35-a7f8-b2036898d473/?format=api"
        }
    ]
}