GET /api/bet_types/e81aa7ac-1df1-44e0-aad4-5a564573f1d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e81aa7ac-1df1-44e0-aad4-5a564573f1d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/55f83fdc-e784-4eb4-acfb-5187683188f1/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:05.577912-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": "San Jose Sharks",
                "amount": 6554.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "02c69633-daeb-4703-abc3-91831b390504",
            "gambit_id": "db89a62b-10b5-431b-8dcd-63e107b5a356",
            "last_updated": "2024-01-19T11:48:29.016478-05:00",
            "created_at": "2024-01-16T09:03:05.582608-05:00",
            "name": "San Jose Sharks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e81aa7ac-1df1-44e0-aad4-5a564573f1d4/?format=api"
        },
        {
            "id": "dfd45f7b-3dc6-4ceb-8567-2cdddaf308ee",
            "gambit_id": "fead4996-1dce-4809-827b-b314f681d419",
            "last_updated": "2024-01-19T11:48:29.019813-05:00",
            "created_at": "2024-01-16T09:03:05.588140-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e81aa7ac-1df1-44e0-aad4-5a564573f1d4/?format=api"
        }
    ]
}