GET /api/bet_types/c91c2602-355d-42b7-8b67-250104cfd41b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c91c2602-355d-42b7-8b67-250104cfd41b",
    "match": "https://api-prod.gambitprofit.com/api/matches/affaeefe-7e1d-4063-a78f-66adf96e73d7/?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": "MIL",
                "amount": 5974.0
            },
            {
                "team": "NYY",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7817e4b-ffa6-46b3-ab1e-971ba516c784",
            "gambit_id": "d73d6e98-dc49-4f14-9ea3-7ca428bc75a1",
            "last_updated": "2022-09-17T17:12:29.986965-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c91c2602-355d-42b7-8b67-250104cfd41b/?format=api"
        },
        {
            "id": "385db80f-d13e-4c4c-853a-8f6028cd8618",
            "gambit_id": "ccb973e7-eeac-424c-ad3e-2574578e433f",
            "last_updated": "2022-09-17T17:12:29.987942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c91c2602-355d-42b7-8b67-250104cfd41b/?format=api"
        }
    ]
}