GET /api/bet_types/a90eb695-3d9d-4122-aaf4-b3f1730e771b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a90eb695-3d9d-4122-aaf4-b3f1730e771b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d0d2702-4756-4184-891b-ab72571b5f78/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T08:58:23.357184-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": "PIT (R Hill)",
                "amount": 5222.0
            },
            {
                "team": "MIL (C Rea)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1aff2252-1251-45a0-a837-4d679c7f3d16",
            "gambit_id": "3199576d-3a0e-4fee-826f-9c3a1c1dabc4",
            "last_updated": "2023-07-04T10:18:06.803775-04:00",
            "created_at": "2023-07-02T08:58:23.362094-04:00",
            "name": "PIT (R Hill)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a90eb695-3d9d-4122-aaf4-b3f1730e771b/?format=api"
        },
        {
            "id": "116ac001-db74-4db5-8361-bb2c43f38d1f",
            "gambit_id": "3e457596-1c2e-4541-9f12-889d16559c0c",
            "last_updated": "2023-07-04T10:18:06.801823-04:00",
            "created_at": "2023-07-02T08:58:23.359619-04:00",
            "name": "MIL (C Rea)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a90eb695-3d9d-4122-aaf4-b3f1730e771b/?format=api"
        }
    ]
}