GET /api/bet_types/97f41d12-7648-4d41-a05b-0ccf988a28a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97f41d12-7648-4d41-a05b-0ccf988a28a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/776eb9c8-5a27-40a3-8749-71f59735a1bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:04.689773-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": "MIN (P Lopez)",
                "amount": 5325.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebbfba9f-3bf8-4924-b1de-3b043a27c5e5",
            "gambit_id": "ced25033-8c8c-470c-9cf8-b703ccbd51e2",
            "last_updated": "2023-08-14T10:48:13.553609-04:00",
            "created_at": "2023-08-12T09:43:04.707219-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97f41d12-7648-4d41-a05b-0ccf988a28a0/?format=api"
        },
        {
            "id": "08fb0335-b612-4682-8ebf-4fbd3b2e842d",
            "gambit_id": "34791c59-cf4d-4865-a098-601f05a12642",
            "last_updated": "2023-08-14T10:48:13.557056-04:00",
            "created_at": "2023-08-12T09:43:04.717325-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97f41d12-7648-4d41-a05b-0ccf988a28a0/?format=api"
        }
    ]
}