GET /api/bet_types/65d94d52-d539-43c2-9d64-a7270f7e78bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65d94d52-d539-43c2-9d64-a7270f7e78bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd13a6c6-e046-46e7-8b15-653baf340fef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T16:02:54.599470-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": "Oakland Athletics",
                "amount": 5857.0
            },
            {
                "team": "Kansas City Royals",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f4eba3b-3efe-4b18-ba0f-ff2e06b9f966",
            "gambit_id": "85b3b424-7dca-4ce0-9ec5-68254f03c51f",
            "last_updated": "2023-08-23T10:03:14.436542-04:00",
            "created_at": "2023-08-22T16:02:54.609917-04:00",
            "name": "Oakland Athletics",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d94d52-d539-43c2-9d64-a7270f7e78bc/?format=api"
        },
        {
            "id": "9d992bdb-225a-4a33-a836-35d1d9031eb1",
            "gambit_id": "7d7f0b97-b00f-4388-855c-a45331808fd6",
            "last_updated": "2023-08-23T10:03:14.433133-04:00",
            "created_at": "2023-08-22T16:02:54.604596-04:00",
            "name": "Kansas City Royals",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65d94d52-d539-43c2-9d64-a7270f7e78bc/?format=api"
        }
    ]
}