GET /api/bet_types/503f3b9a-3ae3-4c15-aae7-1a03cbd33fe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "503f3b9a-3ae3-4c15-aae7-1a03cbd33fe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/234ef3f6-d1a9-4904-964d-b8c213d61b1f/?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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "11defdbb-9d1e-45e3-a98b-a1a0aa34dc4f",
            "gambit_id": "085d75d9-e693-4c26-bf66-9e284087ce7e",
            "last_updated": "2022-12-12T10:22:11.987679-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/503f3b9a-3ae3-4c15-aae7-1a03cbd33fe9/?format=api"
        },
        {
            "id": "24d256a5-a31b-46ec-9311-3635f44f3284",
            "gambit_id": "7c500027-fad9-45e1-bd6b-75cfc87a9482",
            "last_updated": "2022-12-12T10:22:11.988738-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/503f3b9a-3ae3-4c15-aae7-1a03cbd33fe9/?format=api"
        }
    ]
}