GET /api/bet_types/c8d3f2f5-b579-40e7-99e7-06256cab64c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8d3f2f5-b579-40e7-99e7-06256cab64c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/53e7cbcd-efca-4a35-9bdb-435f66492c50/?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 Wild",
                "amount": 6691.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "a527a4c2-f83b-4aa6-9d3c-2a82d046ba97",
            "gambit_id": "85b9bccf-0e3f-4159-923b-888fb43d4fd2",
            "last_updated": "2022-12-10T18:47:00.701006-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8d3f2f5-b579-40e7-99e7-06256cab64c0/?format=api"
        },
        {
            "id": "3e802b3f-e6d1-46f8-9525-01f37e58037d",
            "gambit_id": "834d84fc-4965-45c3-875b-1630436e9267",
            "last_updated": "2022-12-10T18:47:00.699936-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8d3f2f5-b579-40e7-99e7-06256cab64c0/?format=api"
        }
    ]
}