GET /api/bet_types/5c1c0080-4ed7-4eb2-90b9-083041bdafef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c1c0080-4ed7-4eb2-90b9-083041bdafef",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543/?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": "ARI",
                "amount": 5995.0
            },
            {
                "team": "COL",
                "amount": 4005.0
            }
        ],
        "expected_reward_tokens": 9291.6,
        "profit_sb": 291.6,
        "profit_sb_percentage": 3.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "4457868b-eab0-44cf-bd1a-840e8f2da594",
            "gambit_id": "9d8d0aa0-ef77-4f86-b699-428dc9b58191",
            "last_updated": "2022-08-13T10:47:07.309255-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c1c0080-4ed7-4eb2-90b9-083041bdafef/?format=api"
        },
        {
            "id": "db314db3-245b-4869-8e89-e9673e900658",
            "gambit_id": "46afd88a-e8ae-447a-ba73-98181991d438",
            "last_updated": "2022-08-13T10:47:07.308792-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c1c0080-4ed7-4eb2-90b9-083041bdafef/?format=api"
        }
    ]
}