GET /api/bet_types/c6da80c8-d0e2-4176-a2b0-b44a8412202b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6da80c8-d0e2-4176-a2b0-b44a8412202b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6970f29-3912-4ccd-8eb3-d58cda730678/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T10:23:14.014892-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": "TEX (D Dunning)",
                "amount": 5222.0
            },
            {
                "team": "BOS (B Bernardino)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "022ec84d-a4d3-4e3c-a017-3e6b44c464f8",
            "gambit_id": "88372baf-462c-45e4-9b9b-e483725e73d9",
            "last_updated": "2023-07-05T18:58:29.725486-04:00",
            "created_at": "2023-07-04T10:23:14.018352-04:00",
            "name": "TEX (D Dunning)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6da80c8-d0e2-4176-a2b0-b44a8412202b/?format=api"
        },
        {
            "id": "987d1d33-fd09-4183-8e2a-04617aca9c0f",
            "gambit_id": "b70cb58e-e13c-49b7-9a22-332dbb7bacf8",
            "last_updated": "2023-07-05T18:58:29.728447-04:00",
            "created_at": "2023-07-04T10:23:14.021577-04:00",
            "name": "BOS (B Bernardino)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6da80c8-d0e2-4176-a2b0-b44a8412202b/?format=api"
        }
    ]
}