GET /api/bet_types/bdf90e48-c534-4ea8-bab5-ca7fa6626771/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdf90e48-c534-4ea8-bab5-ca7fa6626771",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c55a44-6622-4adb-9a98-30576727392d/?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": "NYM",
                "amount": 5842.0
            },
            {
                "team": "PHI",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "a35b4576-fbca-469a-84b2-7c949c887e58",
            "gambit_id": "d11dbe1c-1af7-4cd8-8319-e83647626902",
            "last_updated": "2022-08-21T12:57:12.419045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdf90e48-c534-4ea8-bab5-ca7fa6626771/?format=api"
        },
        {
            "id": "5c0c3f47-cf14-4c62-867a-2e1ebed02bc5",
            "gambit_id": "6c3d9853-3ef3-4771-a23a-6867c92d1541",
            "last_updated": "2022-08-21T12:57:12.418560-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdf90e48-c534-4ea8-bab5-ca7fa6626771/?format=api"
        }
    ]
}