GET /api/bet_types/842327b6-83b0-4255-bb5b-ea820c29d355/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "842327b6-83b0-4255-bb5b-ea820c29d355",
    "match": "https://api-prod.gambitprofit.com/api/matches/5851c1e2-3abe-4c5d-bffc-c5f2f9d54f2e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:24.025328-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",
                "amount": 6554.0
            },
            {
                "team": "MIA",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8640770-006c-4788-a785-a13644e16c06",
            "gambit_id": "c61dc7aa-9865-44f7-b736-7fd91c1c9786",
            "last_updated": "2023-09-22T10:43:03.225658-04:00",
            "created_at": "2023-09-20T08:23:24.030105-04:00",
            "name": "NYM",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/842327b6-83b0-4255-bb5b-ea820c29d355/?format=api"
        },
        {
            "id": "0026dc21-df47-4553-8d98-909cce60f52c",
            "gambit_id": "d0a1fed6-9aae-4f7b-9c5f-4fa359a0fb7f",
            "last_updated": "2023-09-22T10:43:03.232837-04:00",
            "created_at": "2023-09-20T08:23:24.035009-04:00",
            "name": "MIA",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/842327b6-83b0-4255-bb5b-ea820c29d355/?format=api"
        }
    ]
}