GET /api/bet_types/0717b149-3e22-4ef1-9b47-3f9f9f2f4a44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0717b149-3e22-4ef1-9b47-3f9f9f2f4a44",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf431d6a-38a0-4885-952a-41a49ee225b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Buffalo Bills",
                "amount": 6407.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 3593.0
            }
        ],
        "expected_reward_tokens": 9162.01,
        "profit_sb": 162.01,
        "profit_sb_percentage": 1.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad6326da-e3fc-4404-a888-5c15c26ee784",
            "gambit_id": "d35c1aa4-8162-4163-9e63-efc8a903d188",
            "last_updated": "2022-09-26T10:11:51.421121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0717b149-3e22-4ef1-9b47-3f9f9f2f4a44/?format=api"
        },
        {
            "id": "d8eb473b-92f3-44bc-8e24-f851763a9de9",
            "gambit_id": "a967d9b1-3dd9-48a3-8855-36a4af350884",
            "last_updated": "2022-09-26T10:11:51.420142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "2.55000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0717b149-3e22-4ef1-9b47-3f9f9f2f4a44/?format=api"
        }
    ]
}