GET /api/bet_types/bc3c794b-d938-47c5-9775-26c3f37a6165/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc3c794b-d938-47c5-9775-26c3f37a6165",
    "match": "https://api-prod.gambitprofit.com/api/matches/21d251e5-021b-4236-8836-11d5247217ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:57.639347-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": "Calgary Flames",
                "amount": 5703.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4297.0
            }
        ],
        "expected_reward_tokens": 9581.04,
        "profit_sb": 81.04,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d1b3f39-7492-4fd2-aa56-887c3c80be06",
            "gambit_id": "c04815d7-7f04-4303-8298-8e65876e3e73",
            "last_updated": "2023-01-24T09:56:56.257931-05:00",
            "created_at": "2023-01-23T09:11:57.640569-05:00",
            "name": "Calgary Flames",
            "reward": "1.68000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc3c794b-d938-47c5-9775-26c3f37a6165/?format=api"
        },
        {
            "id": "0474d760-5bec-4f6b-aec9-a9564bb88c0c",
            "gambit_id": "cc97b424-0bf6-46da-8f1e-dee4e3ea7369",
            "last_updated": "2023-01-24T09:56:56.259163-05:00",
            "created_at": "2023-01-23T09:11:57.641923-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.23000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc3c794b-d938-47c5-9775-26c3f37a6165/?format=api"
        }
    ]
}