GET /api/bet_types/98576d3b-b0d5-4e8b-be2e-b0e4a0164dfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98576d3b-b0d5-4e8b-be2e-b0e4a0164dfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c642b52-8d10-40c8-9e76-1f9f1ac4f47e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:25.699867-04: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": "NYY (G Cole)",
                "amount": 5351.0
            },
            {
                "team": "MIA (E Perez)",
                "amount": 4649.0
            }
        ],
        "expected_reward_tokens": 9576.94,
        "profit_sb": 76.94,
        "profit_sb_percentage": 0.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "79c464d7-0905-42f7-b734-797e3460083f",
            "gambit_id": "030e21de-6849-44b9-8797-d4bc9ad52741",
            "last_updated": "2023-08-14T18:38:05.143910-04:00",
            "created_at": "2023-08-13T10:18:25.704994-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.79000",
            "odds": "1.82640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98576d3b-b0d5-4e8b-be2e-b0e4a0164dfb/?format=api"
        },
        {
            "id": "dfe13322-194e-4c31-8caa-e6dcbae9984c",
            "gambit_id": "544a14b1-f218-415d-b0ee-6c5661688447",
            "last_updated": "2023-08-14T18:38:05.149018-04:00",
            "created_at": "2023-08-13T10:18:25.709621-04:00",
            "name": "MIA (E Perez)",
            "reward": "2.06000",
            "odds": "2.11000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98576d3b-b0d5-4e8b-be2e-b0e4a0164dfb/?format=api"
        }
    ]
}