GET /api/bet_types/6654e26f-581b-4fe5-86cd-f2d4bef4b6f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6654e26f-581b-4fe5-86cd-f2d4bef4b6f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/61ed5f2c-d72b-4fd4-a901-16176824e3c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:25.001131-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": "BAL",
                "amount": 6324.0
            },
            {
                "team": "SDG",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cf5a246-96fb-439f-ae42-994654cd80b5",
            "gambit_id": "c15c5e43-4789-4eb1-928e-45b5ab651025",
            "last_updated": "2023-08-17T10:43:02.499073-04:00",
            "created_at": "2023-08-15T08:58:25.006737-04:00",
            "name": "BAL",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6654e26f-581b-4fe5-86cd-f2d4bef4b6f1/?format=api"
        },
        {
            "id": "53abd8c3-6d20-4cd3-9e96-04ecad88e05d",
            "gambit_id": "db604d49-3490-4be4-b1a3-18574c85f371",
            "last_updated": "2023-08-17T10:43:02.502502-04:00",
            "created_at": "2023-08-15T08:58:25.011412-04:00",
            "name": "SDG",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6654e26f-581b-4fe5-86cd-f2d4bef4b6f1/?format=api"
        }
    ]
}