GET /api/bet_types/f18c77cc-e0f1-4ccc-aefd-fb02de02731d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f18c77cc-e0f1-4ccc-aefd-fb02de02731d",
    "match": "https://api-prod.gambitprofit.com/api/matches/519fbadd-979b-4541-91aa-3bcce6551b2f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T10:27:05.473367-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": "Anaheim Ducks",
                "amount": 6324.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "8aec8ad9-0c9d-46a0-8f9e-0f89555de965",
            "gambit_id": "2220ca6d-e8f8-4c08-ac4e-2f5f4fc31208",
            "last_updated": "2023-04-13T11:17:15.109405-04:00",
            "created_at": "2023-04-11T10:27:05.475595-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18c77cc-e0f1-4ccc-aefd-fb02de02731d/?format=api"
        },
        {
            "id": "c4aef94e-f4cb-4b99-999f-69feb9511c3b",
            "gambit_id": "0db9f414-f23e-4de1-85c4-ba52b7bc3c74",
            "last_updated": "2023-04-13T11:17:15.110721-04:00",
            "created_at": "2023-04-11T10:27:05.477868-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18c77cc-e0f1-4ccc-aefd-fb02de02731d/?format=api"
        }
    ]
}