GET /api/bet_types/d737e590-1b59-40be-934c-016e77fd0a1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d737e590-1b59-40be-934c-016e77fd0a1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7869be0-b369-437c-aa57-f2e766bf44d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:01:55.781402-04: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": "Buffalo Sabres",
                "amount": 6163.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee9c1c08-ccfb-4138-b3e7-aaa738f17256",
            "gambit_id": "fb040494-bc89-4d7f-ba53-1740aca26731",
            "last_updated": "2023-04-10T15:22:16.458762-04:00",
            "created_at": "2023-04-08T09:01:55.783694-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d737e590-1b59-40be-934c-016e77fd0a1b/?format=api"
        },
        {
            "id": "c3036315-506e-4f2b-96e7-eb46733b3f00",
            "gambit_id": "9dd3c5ba-5c58-4665-bbd6-73515e280b91",
            "last_updated": "2023-04-10T15:22:16.460605-04:00",
            "created_at": "2023-04-08T09:01:55.786268-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d737e590-1b59-40be-934c-016e77fd0a1b/?format=api"
        }
    ]
}