GET /api/bet_types/68e7012e-0b3f-4ab4-8799-e558635e04fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68e7012e-0b3f-4ab4-8799-e558635e04fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ff72a7-304d-4746-baf0-c76a6dc375b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:12.764651-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": "Winnipeg Jets",
                "amount": 6554.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "495527e3-7759-459d-9dbe-335e0dc596bd",
            "gambit_id": "f1cb6a47-a689-44f7-a316-6cd03d99af14",
            "last_updated": "2024-01-16T15:13:02.569867-05:00",
            "created_at": "2024-01-13T09:38:12.774018-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e7012e-0b3f-4ab4-8799-e558635e04fe/?format=api"
        },
        {
            "id": "91c89766-1ab6-4718-9193-3ad8da41b862",
            "gambit_id": "c663bc21-0022-4e35-aa21-d4b3f98c356c",
            "last_updated": "2024-01-16T15:13:02.566084-05:00",
            "created_at": "2024-01-13T09:38:12.768796-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68e7012e-0b3f-4ab4-8799-e558635e04fe/?format=api"
        }
    ]
}