GET /api/bet_types/60e920c5-b238-46b4-8d81-2bd20c5c16c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60e920c5-b238-46b4-8d81-2bd20c5c16c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/02674c5b-1e07-4fbe-90b5-c3ae37e73ca4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T14:08:07.027283-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": "Mario Bautista",
                "amount": 6402.0
            },
            {
                "team": "Da'Mon Blackshear",
                "amount": 3598.0
            }
        ],
        "expected_reward_tokens": 9282.84,
        "profit_sb": -217.16,
        "profit_sb_percentage": -2.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e56d777-7345-4b51-a991-c04723466c1b",
            "gambit_id": "c19049b0-b392-4499-a42f-ded00f93df15",
            "last_updated": "2023-08-22T09:32:59.198715-04:00",
            "created_at": "2023-08-19T14:08:07.038235-04:00",
            "name": "Mario Bautista",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e920c5-b238-46b4-8d81-2bd20c5c16c7/?format=api"
        },
        {
            "id": "c120ccfe-4ef1-47dc-a83b-e417b8f61dee",
            "gambit_id": "9bfe6f13-5566-472c-8a37-26ce39e65993",
            "last_updated": "2023-08-22T09:32:59.194866-04:00",
            "created_at": "2023-08-19T14:08:07.033526-04:00",
            "name": "Da'Mon Blackshear",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e920c5-b238-46b4-8d81-2bd20c5c16c7/?format=api"
        }
    ]
}