GET /api/bet_types/c6b384c7-287d-4907-ae76-c2683d4ce841/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6b384c7-287d-4907-ae76-c2683d4ce841",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a59d9ae-2359-466e-afc9-13944ed70c5c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:56.944004-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": "PHI (C Sanchez)",
                "amount": 6182.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d167f75-34c4-4f4a-9b50-f626e8746af7",
            "gambit_id": "4229ed70-1268-4fa7-8e4b-c0d202d00166",
            "last_updated": "2023-04-23T18:27:06.887144-04:00",
            "created_at": "2023-04-22T13:06:56.946156-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b384c7-287d-4907-ae76-c2683d4ce841/?format=api"
        },
        {
            "id": "3c3c3af4-0fbe-4bc5-9e9e-d1dc94db66f6",
            "gambit_id": "ff3df8f5-3c19-4a70-bc0b-5f87c5c92529",
            "last_updated": "2023-04-23T18:27:06.889557-04:00",
            "created_at": "2023-04-22T13:06:56.947735-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6b384c7-287d-4907-ae76-c2683d4ce841/?format=api"
        }
    ]
}