GET /api/bet_types/28daae2e-8476-4a32-8656-96764c9f348e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28daae2e-8476-4a32-8656-96764c9f348e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0fdc16-cde2-433a-8d41-acbc7ea9cfb9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:10.769223-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": "NYM (C Carrasco)",
                "amount": 5787.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "976dab58-7e4b-4db4-9fdc-795b24915746",
            "gambit_id": "facc4465-874f-4a37-b5e8-ac990091eb74",
            "last_updated": "2023-04-10T14:31:59.543573-04:00",
            "created_at": "2023-04-09T09:27:10.771614-04:00",
            "name": "NYM (C Carrasco)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28daae2e-8476-4a32-8656-96764c9f348e/?format=api"
        },
        {
            "id": "41f94b46-4936-4cc2-8055-07913cf58850",
            "gambit_id": "648069a1-4625-46e1-940b-744ae91e49c6",
            "last_updated": "2023-04-10T14:31:59.545162-04:00",
            "created_at": "2023-04-09T09:27:10.774137-04:00",
            "name": "MIA (B Garrett)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28daae2e-8476-4a32-8656-96764c9f348e/?format=api"
        }
    ]
}