GET /api/bet_types/f4f3cf2a-91b7-475a-b401-6e4c6c3df642/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4f3cf2a-91b7-475a-b401-6e4c6c3df642",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13fe6ff-eb79-4c69-8a9f-51ac3257f442/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T11:47:13.616928-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": "MIA (E Perez)",
                "amount": 5827.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8317082-525f-41c4-8035-4f737f350009",
            "gambit_id": "5f949d7c-fba5-4257-83d5-dbe7d908fddb",
            "last_updated": "2023-05-19T11:02:17.042708-04:00",
            "created_at": "2023-05-18T11:47:13.618717-04:00",
            "name": "MIA (E Perez)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4f3cf2a-91b7-475a-b401-6e4c6c3df642/?format=api"
        },
        {
            "id": "e4c4ab61-a989-4eb6-80f8-fffd8dc4c11c",
            "gambit_id": "ef4264cc-1bd4-4318-b3ee-86d7765e3d04",
            "last_updated": "2023-05-19T11:02:17.044823-04:00",
            "created_at": "2023-05-18T11:47:13.620513-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4f3cf2a-91b7-475a-b401-6e4c6c3df642/?format=api"
        }
    ]
}