GET /api/bet_types/6d429c0d-0aef-4358-a4b8-e6d6a3964e47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d429c0d-0aef-4358-a4b8-e6d6a3964e47",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb328398-4a91-431c-b943-726cd7ab1cd9/?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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f16f3d6-1cf6-44c0-bc45-49db6831e8de",
            "gambit_id": "b2e15c1a-b300-4e73-999e-1e0d3227daaa",
            "last_updated": "2022-11-22T09:57:24.774492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d429c0d-0aef-4358-a4b8-e6d6a3964e47/?format=api"
        },
        {
            "id": "e7e2baf2-68cb-4184-8a44-4600f9cc5309",
            "gambit_id": "13d796a6-7178-431f-9cd5-63bd56873c46",
            "last_updated": "2022-11-22T09:57:24.775606-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d429c0d-0aef-4358-a4b8-e6d6a3964e47/?format=api"
        }
    ]
}