GET /api/bet_types/d7449eab-856a-499e-82cd-60e925bba4c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7449eab-856a-499e-82cd-60e925bba4c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd161526-9ac0-4a1c-a145-5c73e52194ed/?format=api",
    "name": "Pick the Winner",
    "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": "Boston Bruins",
                "amount": 7340.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2660.0
            }
        ],
        "expected_reward_tokens": 9175.0,
        "profit_sb": 175.0,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3a113f6-9293-443e-a419-edd0514e2c15",
            "gambit_id": "83b20fb2-4c94-4db3-813d-e4a989b7f2e8",
            "last_updated": "2022-11-18T09:57:54.081473-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7449eab-856a-499e-82cd-60e925bba4c6/?format=api"
        },
        {
            "id": "6fb78c34-3688-4a48-afef-3cf131766be7",
            "gambit_id": "ad1f1e29-1e96-46b5-b7af-91c96e5ffd9a",
            "last_updated": "2022-11-18T09:57:54.082454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.45000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7449eab-856a-499e-82cd-60e925bba4c6/?format=api"
        }
    ]
}