GET /api/bet_types/a60fdb69-a04e-4521-9b3a-aebe982dc4ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a60fdb69-a04e-4521-9b3a-aebe982dc4ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/932f2bfc-ed44-48bf-ba2c-73ac1ef5ae07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:17.180529-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba9f467f-018e-43f7-9e85-59a3ba7502d8",
            "gambit_id": "b9a7f316-7682-4df9-8203-b80cea6af2ef",
            "last_updated": "2023-05-22T14:47:01.300669-04:00",
            "created_at": "2023-05-21T10:17:17.183758-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a60fdb69-a04e-4521-9b3a-aebe982dc4ef/?format=api"
        },
        {
            "id": "51593dcc-23f1-4809-8440-767b636a31a9",
            "gambit_id": "caec03f8-0288-459d-ae9a-d1b412fff444",
            "last_updated": "2023-05-22T14:47:01.299311-04:00",
            "created_at": "2023-05-21T10:17:17.181969-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a60fdb69-a04e-4521-9b3a-aebe982dc4ef/?format=api"
        }
    ]
}