GET /api/bet_types/a063eee1-825f-4fdc-bdf2-3be0473429f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a063eee1-825f-4fdc-bdf2-3be0473429f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d284b995-78cf-4ac5-9204-2e36f2c6b8ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-03T00:23:16.461331-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": "ARI (Z Gallen)",
                "amount": 5714.0
            },
            {
                "team": "BAL (J Flaherty)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5a0fe28-f303-4c5a-b8c1-e98a74c42b9e",
            "gambit_id": "2180e3e9-9ad2-426d-90b7-e22b0d1d0ecd",
            "last_updated": "2023-09-05T10:23:06.179635-04:00",
            "created_at": "2023-09-03T00:23:16.473319-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a063eee1-825f-4fdc-bdf2-3be0473429f5/?format=api"
        },
        {
            "id": "9c447591-4403-4ff1-8555-35088fdb4d8a",
            "gambit_id": "bdeb8355-b595-4e9a-b280-6ac548275eab",
            "last_updated": "2023-09-05T10:23:06.176369-04:00",
            "created_at": "2023-09-03T00:23:16.468193-04:00",
            "name": "BAL (J Flaherty)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a063eee1-825f-4fdc-bdf2-3be0473429f5/?format=api"
        }
    ]
}