GET /api/bet_types/7563af9e-42b9-4a89-9315-a3773bcae22f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7563af9e-42b9-4a89-9315-a3773bcae22f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab79fbc2-2695-4698-a188-736fa0d46728/?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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a95659d3-f22e-4889-be7f-5f59b18d7051",
            "gambit_id": "952b10f8-4689-4421-8a33-50091a5b8a2c",
            "last_updated": "2022-08-26T13:07:11.688791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7563af9e-42b9-4a89-9315-a3773bcae22f/?format=api"
        },
        {
            "id": "dedfdeeb-ce8d-49f6-a73b-ea009bfb9b3a",
            "gambit_id": "807f2c58-81a8-424b-aa42-f2084b578eae",
            "last_updated": "2022-08-26T13:07:11.689229-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7563af9e-42b9-4a89-9315-a3773bcae22f/?format=api"
        }
    ]
}